* {
    margin:0;
    padding:0;
    box-sizing: border-box;
}
@font-face{
    font-family: glamourgirl;
    src: url(GLAMOURGIRL.TTF);
}
body {
    background: url(https://64.media.tumblr.com/tumblr_mex6qbS3q71rbvno1.png);
    background-color:#badd7f;
    font-family: 'GLAMOURGIRL';
    color:#391d01;
    display:flex;
    overflow:hidden;
}
/*c1: c69fd5 c2: fcfdc8*/
#header{
    display: flex;
    justify-content:center;
}
#side {
    width:406px;
    height:700px;
    padding:20px;
    border-right:solid #391d01 5px;
    overflow:hidden;
}
h1 {
    font-family: apple-system, BlinkMacSystemFont, ;
    font-size:40px;
}
p {
    font-size:20px;
}
button img{
    height:190px;
}
button {
    border:0;
    background-color: inherit;
    color:#6d4b10;
    cursor: pointer;
    text-decoration: underline;
    font-family: inherit;
    font-size:20px;
}
button:active {
    font-style: italic;
}
#main {
    height:700px;
    width:100%;
    padding:20px;
    font-size:20px;
    overflow:auto;
}
li {
    margin-left:30px;
}
h3 {
    margin-top:10px;
}
#footer{
    margin: 50px;
    margin-bottom:30px;
    display: flex;
    justify-content:center;
}
