html {
  height: 100%;
}
div.header{
  width: 100%;
  text-align:center;
  padding-top:5%;
  padding-bottom: 5%;
}
div.contact{
  text-align:center;
  padding-top:5%;
  padding-bottom: 5%;
}
h1 {
  font-family: sans-serif;
}
h2 {
  font-family: sans-serif;
}
h3 {
  margin-left: 5%;
  color: #ffe400;
  font-family: sans-serif;
}
h4 {
  margin-left: 8%;
  color: #ffe400;
  font-family: sans-serif;
}
a {
  color: #aba362;
  font-weight: bolder;
}
p {
  width: 75%;
  margin-left: 10%;
}
img{
  display:inline-block;
  width:30%;
}
