
form{
	background-color: #99CCFF;
}
body {margin:0;}

.navbar {
  overflow: hidden;
  background-color: #2980b9;
  position: fixed;
  top: 0px;
  width: 100%;
}
h1{
	font: bold;
}
p{
	font-size: 20px;
}

.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.navbar a:hover {
  background: #ddd;
  color: black;
}

.main {
  padding: 16px;
  margin-top: 30px;
  height: 1500px;
}
.head{
	background-color: rgb(45, 158, 45);
}
body{
  font-family: Arial, Helvetica, sans-serif;
  background-color: #99CCFF;
}
.news{
  position: center;
  color: black;
}
head{
  background-color: #99CCFF;
}
section{
  padding: 10px;
}
.button{
  background-color: #008CBA;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  padding: 10px 20px;
}
.button:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.search {
	padding:8px 15px;
	background:rgba(50, 50, 50, 0.2);
	border:0px solid #dbdbdb;
}
.button {
	position:relative;
	padding:6px 15px;
	left:-8px;
	border:2px solid darkblue;
	background-color:darkblue;
	color:#fafafa;
}
.button:hover  {
	background-color:#fafafa;
	color:#207cca;
}
.float{
	float: right;
	margin-top: 10px;
}
.bottom{
	border: 2px;
	border-top-color:  rgb(184, 181, 181);
  border-width: 1000in; 
  bottom: 0px;
  padding-bottom: 10px;
  position: relative;
}
body{
    font-size: 20px;
}
