body{
    background-image: url(https://i.imgur.com/HJWciL0.gif);
    background-repeat: no-repeat;
    background-size: cover;
    margin:0;
    padding:0;
    color:black;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h1{
    font-size: 50px;
    margin:auto;
    font-family:'Press Start 2P', cursive;
}

h2{
    color:black;
    text-align: center;
    font-family:'Press Start 2P';
    opacity:100%;
}

section{
    opacity:100%;
}

footer{
    text-align: center;
    font-size:30px;
    font-family:'Press Start P2';
    
}

p{
    font-size:19px;
    margin-right:30px;
    margin-left:30px;
}

.wrap{
    width:980px;
    margin: 0 auto;
}

.header{
    height:120px;
    margin-top:40px;
    margin-bottom:25px;
    text-align:center;
    color:white;
}

.content{
    width: 690px;
    height:450px;
    background-color: #90EE90;
    opacity: 0.8;
    float:right;
    text-align: center;
    border-radius: 25px;
}

.sidebar{
    width: 275px;
    height:450px;
    background-color: white;
    opacity:0.8;
    float:left;
    border-radius: 25px;
}

a.one:link{
    color:white;
    font-family:'Press Start 2P', cursive;
    font-size:15px;
}
a.one:visited{
    color:white;
}
a.one:hover{
    font-size:17px;
}

a.two:link{
    color:#023020;
}
a.two:visited{
    color:#023020;
}