body {
background-color: #191919;
}

#container {
margin-bottom: 50px;
margin-right: auto; 
margin-left: auto; 
width: 75%;
height: 1000px; 
background-color: #e6e6e6; 
color: black;
/*Main page container*/
}

.topbar{
width: 100%;
height: 30px;
background-color: #e6e6e6;
text-align: center;
padding-bottom: 20px;
font-family: Century Gothic, sans-serif;
color: #585858;
}
/*This is the bar that holds the title*/

.menubar {
padding-left: 35%;
width: 65%;
height: 30px;
float: left;
background-color: #191919;
}
/*This is the bar that holds the buttons*/

.button{
background-color: #191919;
padding-top: 5px;
height: 81%;
width: 70px;
float: left;
font-family: Century Gothic, sans-serif;
text-align: center;
color: white;
}
/*This is the bar that holds the buttons*/

.button:hover {
background-color: #535353;
}

#textarea{
width: 95%;
height: 100%;
padding-left: 25px;
padding-right: 50px;
padding-top: 50px;
}

#livestreamMeme{
width: 598px;
height: 298px;
}