body {
  background-color: #14243D;
}

header h1 {
  background-color: #14243D;
  border-top: 2px;
  border-bottom: 2px;
  width: 100%;
  color: white;
  margin:0;
  padding:20px; 
  font-family: 'Nunito', sans-serif;
  font-size: 40px;
}

nav ul li a {
  text-decoration: none;
  color: white;
  font-size: 20px;
}

nav {
  background-color: #567AA3;
  border-top: 2px;
  border-bottom: 2px;
  width: 100%
}

nav ul {
  list-style-type: none;
  padding-top: 10px;
  padding-bottom: 30px;
  width: 700px;
  margin: auto;
}

nav ul li {
  display: block;
  float: left;
  padding-right: 70px;
}

section {
  clear: both;
  background-color:white;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

footer {
  clear:both;
  background-color: #14243D;
  position:relative;
  bottom:0px;
  width: 100%;
  color: white;
  padding:20px;
}

h2 {
  background-color: white;
  color:#56A371;
  font-size: 35px;
  position: relative;
  bottom: 650px;
}

p {
  color: #56A371;
  position: relative;
  left: 240px;
  top: 140px;
  font-size: 30px;
}

img {
  height: 300px;
  position: relative;
  bottom: 160px;
  right: 250px;
  border: 20px solid #56A371;
}

footer p {
  font-size: 15px;
}

a:visited {
  color: white;
}