#container {
height: 1000px;
width: 1000px;
margin-left: 40px;
float: left;
background-color: white;


}


#header {
height: 100px;
float: left;
clear: both;
margin-left: 15%;
width: 70%;
background-color: silver;
color: white;
padding-right: 10px;
}


.textarea {
height: 650px;
float: left;
clear: both;
margin-left: 15%;
width: 70%;
background-color: black;
color: white;
padding-right: 10px;
}

a:link, a:visited {
    background-color: #f44336;
    color: white;
    padding: 14px 25px;
    text-align: center; 
    text-decoration: none;
    display: inline-block;
}
a:hover { 
    background-color: black;
}

div {
    border-radius: 10px;
    float: left;
}
body {
    background-image: url("giphy.gif");
}
img {
	height: 300px;
	float: left;
}
