#container {
height: 800px;
border-radius: 50px;
width: 70%;
margin-left: 15%;
margin-right: 10%;
border: inset black;
background-color: #1c1c1a;
}


body {
background-image: url("loldie.gif"), url("God.gif"), url("Superfunny.gif"), url("Thanos.gif");
background-size:500px 500px, 250px 250px, 125px 125px, cover;
}

div {
border-radius: 10px;
float: left;
padding: 5px;
}


.menubutton {
height: 40px;
width: 90px;
background-color: #7e31ea;
margin-left: 9%;
font-size: 14px;
margin-top: 25%;
clear: both;
border: inset black;
}
.menu:hover {
background-color: white;
color: black ;	
}


#titlebox {
height: 70px;
width: 90%;
background-color: #d8d811;
color: white;
text-align: center;
border: inset black;
border-radius: 10px;
clear: both;
margin-left: 4.5%;
}

#sidebar {
height: 500px;
width: 13%;
background-color: #ffffff;
border-radius: 50px;
border: inset black;
/*https://www.w3schools.com/css/css_align.asp*/
}

#textbox {
height: 600px;
width: 77%;
background-color: #ffffff;
border: inset black;
color: black;
margin-left: 1.5%;
}

a {
text-decoration: none;
color: white;
}

audio{
background-size: 1px;
height:35px; 
width:150px;

}

#FinalProjectSidebar {
height: 500px;
width: 13%;
background-color: #32cd32;
border-radius: 50px;
border: inset black;

}