body {
    background-color:rgb(255, 173, 161);
}
a {
    color:#57ab9d;
}
 .idk {
     color:white;!important
 }
 .stilldontknow {
     text-align:center;
 }
 .meow {
     text-align:center;
 }
 #li {
     color:white;
 }
 #imtired {
     border-style:dashed;
 }
 div {
     border-style:dashed;
 }
 h1:hover::after{
     content:"Hey"!;
     background-color:lightblue;
 }