.header{
    color: rgb(255, 192, 203);
    background-color: rgb(49 38, 38);
    text-align: center;
    font-family: "Pixelify Sans", sans-serif;
    font-weight: 400;
    font-style: normal;

}

.bio{
    color:rgb(49, 38, 38);
    text-align: center;
    font-family: "Patrick Hand", cursive;
}

h2{
    color: pink;
}

.warning{
    color:rgb(41, 40, 39);
    font-family: "Patrick Hand", cursive;
    text-align: center;
}

.aboutme{
    color:rgb(49,38,38);
}

.charactershrines{
    color:rgb(49,38,38);
}
.updatelogtitle{
    align-items: center;
    color: pink;
    font-family: "Pixelify Sans", sans-serif;
}

.updates{
    color: rgb(49,38,38);
     font-family: "Patrick Hand", cursive;
  font-weight: 400;
  font-style: normal;
}

.updatebox{
    height:250px;
    width:350px;
    border:5px solid 
    #f7bacc;
    overflow:auto
}

.stamps{
    color: pink;
    font-family: "Pixelify Sans", sans-serif;
}