@font-face {
                font-family: Nunito;
                src: url('https://sadhost.neocities.org/fonts/Nunito-Regular.ttf');
            }

            @font-face {
                font-family: Nunito;
                src: url('https://sadhost.neocities.org/fonts/Nunito-Bold.ttf');
                font-weight: bold;
            }

            @font-face {
                font-family: Nunito;
                src: url('https://sadhost.neocities.org/fonts/Nunito-Italic.ttf');
                font-style: italic;
            }

            @font-face {
                font-family: Nunito;
                src: url('https://sadhost.neocities.org/fonts/Nunito-BoldItalic.ttf');
                font-style: italic;
                font-weight: bold;
            }
 
body{
background-color: #45311e;
font-family: 'Nunito', sans-serif;
font-size: 12px;
}
 
#all{
width: 500px;
height: 500px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
 
#container{
width: 350px;
height: 470px;
background-color: #291d11;
border: 1px solid #7d5a37;
padding: 10px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
 
#content{
overflow: scroll;
overflow-x: hidden;
height: 350px;
padding: 10px;
text-align: justify;
color: #d6b69c;
margin-bottom: 5px;
margin-top: 5px;
}

#creditheader {
            background-image: url('/images/creditheaderday.png');
            height: 57px;
            width: 350px;
                }
                
#back {
   background-image: url('/images/dayback.png');
   height: 16px;
   width: 58px;
   margin-left: 0 auto;
   margin-right: 0 auto;
   margin-top: 17px;
}

#back:hover {
   background-image: url('images/highlightback.png');
   
}

#wip {
   background-image: url('/images/constructionday.png');
   height: 400px;
   width: 400px;
   margin-left: 0 auto;
   margin-right: 0 auto;
   text-align: center;
}
   
   #container a {
                color: #9cc3d6;
                font-weight: bold;
                text-decoration: none;
            }

  #container a:hover {
              color: white;
              font-weight: bold;
              text-decoration: underline;
              }