
#container {
background-color: black;
height: 100%;
width: 100%;
margin-left: auto;
margin-right: auto;
float: left;
clear: left;
}

#header{
background-color: #110c24;
color: white;
width: 100%;
height: 100px;
margin-left: auto;
margin-right: auto;
float: left;
clear: left;
}

#textarea{
margin-top: 50px;
background-color: #110c24;
width: 90%;
height: 80%;
margin-left: 3%;
margin-right: auto;
float: left;
clear: left;
color: white;
padding-left: 50px;
font-size: 80px;
margin-bottom: 20%;
padding-bottom:10%;
}

.submenu{
border: transparent;
border-radius: 10px;
padding-left: 1%;
padding-right: 1%;
padding-top: 1%;
float: left;
font-size: 30px;
color: white;
background-color: transparent;
text-align: center;


}

a:link {
text-decoration: none;
}

a:visited {
text-decoration: none;
}

a:hover {
color: white; 
/* my hover color is white, update if needed if the body color changes*/
}

a:active {
text-decoration: none; 
}

.biggertext{
font-size: 88px;

}