html {
	background: url(https://images.freecreatives.com/wp-content/uploads/2016/04/High-Quality-Purple-Web-Background.jpg) no-repeat center center fixed;
	background-size: cover;
}


#menubar {
border-radius:30px;
height: 110px;
width:100%;
margin-right: 20%;
background-color: black;
}

#container {
border-radius: 20px;
height:450px;
width:75%;
border: black;
float: left;
margin-left: 7.5%; 
padding-top: 20px;
padding-bottom: 25%;
padding-left: 50px;
padding-right: 50px;
text-align: center;
background-color: #083047;
 box-shadow: 0px 20px 50px 50px #000;
}

.menu {
border-radius: 30px;
height:50px;
width:10%;
float:left;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
background-color: #0F192F;
padding:2.25%;
font-color: white;
}

a {
font-size: 25px;
text-decoration: none;
text-align: center;
color: #078AD8;
}

img {
width:32.5%;
margin-top: 20px;
float:left;
clear:none;
}

.textarea {
color: slategrey;
padding: 20px;
font-size: 30pt;
font-family: Georgia;
margin-top: 20px;
margin-left: 5px;
/*clear:none;*/
float:left;
}

.textarea2 {
float:left;
clear:none;
width:40%;
color: slategrey;
font-size: 17.5pt;
padding:20px;
}

.textareaDeadliest {
color: slategrey;
padding: 20px;
font-size: 30pt;
font-family: Georgia;
margin-top: 20px;
margin-right: 150px;
/*clear:none;*/
float:left;
}

.textareaOtherFacts {
color: slategrey;
padding: 20px;
font-size: 14pt;
font-family: Georgia;
margin-top: 20px;
margin-left: 5px;
float:left;
}