body{
background-color: #9fc5e8;
}

#all{
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 410px;
height: 520px;
}

#container{
width: 390px;
height: 500px;
background-color: #fff;
padding: 10px;
}

#header{
height: 80px;
background-image: url('https://i.imgur.com/9t8f7Aw.jpeg');
background-size: cover;
background-position: top left;
padding: 5px;
position: relative;
}

#header h1{
text-transform: uppercase;
font-weight: normal;
color: #fff;
font-size: 15px;
letter-spacing: 3px;
text-shadow: 1px 1px 0px #25272b;
margin: 0px;
position: absolute;
bottom: 0px;
right: 0px;
text-align: justify;
text-justify: inter-word;
}

#content{
overflow: scroll;
overflow-x: hidden;
height: 340px;
padding: 4px;
text-align: justify;
color: #444951;
margin-bottom: 5px;
margin-top: 5px;
}

#content p{
margin-top: 0px;
font-size: 14px;
}

#bottom{
height: 50px;
background-image: url('https://i.imgur.com/9t8f7Aw.jpeg');
background-size: cover;
background-position: bottom left;
}

#credit a{
color: #fff;
opacity: 0.5;
text-decoration: none;
}

#nav{
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1px;
}

#nav a{
color: #fff;
opacity: 0.6;
text-decoration: none;
margin-right: 30px;
}

#nav a:hover{
color: #fff;
opacity: 1;
}

::-webkit-scrollbar{
width: 6px; 
}
    
::-webkit-scrollbar-track{
background-color: transparent;
}

::-webkit-scrollbar-thumb{
background-color: #434750;  
}

#credit{
font-size: 13px;
position: fixed;
bottom: 0;
right: 0;
font-family: 'Garamond', serif;
}