body{
    background-color:rgb(13, 13, 13);
    font-family: courier;
  }
  .blog{
    background-color: rgb(78, 139, 196);
    box-shadow: 10px 10px 5px rgb(0 0 0 / .5);
    border-radius: 25px;
  }
  .blog > #posts p{
    margin: 5%;
    background-color: rgb(138, 168, 197);
    border-radius: 25px;
    padding-top: 1%;
    padding-left: 2%;
    padding-right: 1%;
    padding-bottom: 1%;
  }
  .blog > #posts img{
    display: block;
    margin-left: auto;
    margin-right: auto;

    background-color: aliceblue;
    width: 25%;
    height: 25%;
    padding: 25px;
    background-position: bottom left;
    border-radius: 25px;
  }
  .blog > #posts ul{
    margin: 5%;
    background-color: rgb(138, 168, 197);
    border-radius: 25px;
    padding-top: 1%;
    padding-left: 2%;
    padding-right: 1%;
    padding-bottom: 1%;
  }
  .blog > #posts iframe{
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 25px;
  }
  #image{
    box-shadow: 10px 10px 5px rgb(0 0 0 / .5);
    width: fit-content;
    margin: auto;
  }
  #ascii{
    background-color: pink;
    width: 600px;
    padding-left: 20px;
    margin: auto;
    width: fit-content;
  }
  .blog > #posts h4{
    background-color: aliceblue;
    width: 25%;
    height: 25%;
    padding-left: 25px;
    background-position: bottom left;
    margin: 5%;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .friends{
    width: fit-content;
    margin: auto;
    padding: 10px;
    text-align: center;
  }
  .sticker{
    background-color: transparent;
    border-color: transparent;
  }
  .friends > a {
    background-color: aliceblue;
    border-radius: 35px;
    box-shadow: 10px 10px 5px rgb(0 0 0 / .5);
    padding: 12px;
  }
  .friends > h3{
    margin: auto;
    width: fit-content;
    padding: 10px;
  }
  h1 {
    color: pink;
    text-align: center;
  }
  h3 {
    color: pink;
  }
  h2 {
    color: pink;
  }
  img {
    max-width:100%;
    height: auto;
  }
  #extras{
    width: fit-content;
    margin: auto;
    text-align: center;
  }
  #extras > #socials > #embedbsky-com-timeline-embed{
    margin-left: 25%;
  }
  .flex-container{
    display:flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
  #subart_before{
    flex-wrap: wrap;
  }
  #TV_INTERACTABLE {
    background-image: url('/images/tvON.png');
    height: "203"; 
    width:"187";
    background-repeat: no-repeat;
  }
  #TV_INTERACTABLE:hover{
    height: "203"; 
    width:"187";
    background-image: url('images/tvONhover.png');
    background-repeat: no-repeat;
    background-size: contain;
  }