body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #fff0dd;
  text-align: center;
}

.container {
  margin: 0 auto;
  overflow: hidden;
}

header {
  padding: 20px;
  text-align: center;
}

header h1{
  font-size: 80px;
    margin: 0;
}

main {
  padding: 20px;
}

footer {
  background-color: #333;
  color: #c0c0c0;
  text-align: center;
  padding: 10px;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.abril-fatface-hollow {
  font-family: "Abril Fatface", serif;
  font-weight: 400;
  font-style: normal;
  color: transparent;
  -webkit-text-stroke: 3px black;
}

.abril-fatface-regular {
  font-family: "Abril Fatface", serif;
  font-weight: 400;
  font-style: normal;
  color: black;
}

.subtitle{
  font-size: 47px;
  margin-bottom: 20px;
}

.subtitle p{
  margin:0;
}

.logo-image img{
  max-width:100%;
  max-height:100%;
  height: auto;
}

.contact-info{
  font-size: 57px;
  margin-bottom: 70px;
}

.contact-info p{
  margin: 20px;
}

.contact-info a{
  color: black;
  text-decoration: none;
}

.contact-info a:hover, a:active, a:focus{
  color: -webkit-link;
  text-decoration: underline;
}