body{
    background-color: #02061f;
}

#wrapper{
    margin-left: 150px;
    margin-right: 150px;
    font-family: 'Calibri', Arial, Times, serif;
    height: 3000px;
    background-color: #060d36;
}

#header{
    color: white;
    width: 99.8%;
    height: 50px;
    background: white;
    border: solid gray thin;
    border-bottom: solid lightskyblue 10px;
    border-top: solid palevioletred 10px;
    padding-top: 5px;
    align-content: center;
}

a.button{
    padding: 6px;
    border: 1px outset buttonborder;
    border-radius: 7px;
    color: black;
    background-color: lightsteelblue;
    text-decoration: none;
    margin: 20px;
}

content{
    color: white;
    float: left;
    width: 102%
}

#pagecontent{
    float: left;
    color: white;
    line-height: 1.6;
    width: 95%;
    font-size: 20px;
}

#content h2{
    color:pink;
    padding-left: 5px;
    font-size: 45px;
}

#content h3{
    color:white;
    margin-left: 0px;
    font-size: 20px;
}

#pagecontent{
    padding-left: 15px;
}

#pagecontent img{
    width: 70%;
}

#pagecontent li{
    padding-bottom: 10px;
}

#leftedge{
    float: left;
    border-left: solid yellow thin;
    background: pink;
    width: 1%;
    height: 2920px;
}

#rightedge{
    float: right;
    border-left: solid yellow thin;
    background: pink;
    width: 1%;
    height: 2920px;
}

#footer{
    text-align: center;
}

#footer p{
    padding-left: 10px;
    color: white;
}

#pagecontent p{
    padding-left: 20px;
    line-height: 1.6;
    font-size: 20px;
}

#menu img{
    margin-left: 18px;
    width: 90%;
    margin-top: 20px;
}