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


body {
background-color: #06dae5;
}

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


.menubutton {
height: 40px;
width: 90px;
background-color: #7e31ea;
margin-left: 15px;
font-size: 14px;
margin-top: 15px;
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;
}

}

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

}



#Text {
height: 1%;
width: 55px;
color: #ffa500;
}