/* Style the logo image */
img {
  max-width: 100%;
  height: auto; /* Maintain aspect ratio */
  padding: 20px;
}

body {
  text-align: center;
  padding: 120px;
}
h1 {
  font-size: 45px;
}
body {
  color: #333;
}
article {
  display: block;
  text-align: cent;
  width: 650px;
  margin: 0 auto;
}
a {
  color: #dc8100;
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: none;
}

p {
  font-size: 22px;
}
body {
  font-family: "modernera-regular", Arial, sans-serif;
}
