* {
  box-sizing: border-box;
}

body {
  margin: 0px;
  background-color: #fff;
  
}

/* Style the header */
.header {
  background-color: #EE230E;
  padding: 10px;
  text-align: left;
  font-size: 30px;
  
}

/* Style the top navigation bar */
.nav {
  overflow:hidden ;
  background-color: #fff;
}

/* Style the topnav links */
.nav a {
  float: left;
  display: block;
  color: #000;
  text-align: center;
  padding: 10px 15px;
  margin-left: 10px;
  font-size: 25px;
  text-decoration: none;
}

/* Change color on hover */

.nav a:hover {
  background-color: #ddd;
  color: black;
}


/* Style the footer */
.footer {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  color: #000;
   font-size: 18px;
}

.section {
  padding:  10px 5px 15px;
  text-align: center;
   font-size: 30px;
  color: #000;
  background-color: #fff;
  
}


  
.image1 {
  width: 600px ;
  height: 300px;
  float: center;
padding: 10px 10px 10px;
}

body {font-family: Arial, Helvetica, sans-serif;}
* {box-sizing: border-box;}

input[type=text], select, textarea {
  width: 50%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;