body {
  background-color: #66322B;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 95vh;
  flex-direction: column;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  color: white;
}

.logo {
  width: 80%;
  max-height: 40vh;
}

@media (max-device-width: 768px) and (orientation: landscape) {
  .logo {
    width: 100%;
  }
}
h1 {
  text-align: center;
  font-weight: 100;
  font-family: "Rozha One";
}

a {
  text-decoration: none;
  color: white;
  font-weight: 100;
  font-family: "roboto";
  font-size: 1.4rem;
}

a:hover {
  text-decoration: underline;
}

img {
  border: 0;
  max-width: 30%;
  min-width: 400px;
}

main {
  max-width: 100%;
}

/*# sourceMappingURL=style.css.map */
