html,
body {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  background: url(/assets/background.jpg) top center no-repeat;
  background-size: cover;
}

@media (width < 600px) {
  body {
    background-position: top center;
    background-size: cover;
  }
}

body {
  font-family: "Golos Text", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo {
  max-width: 344px;
  width: calc(100vw - 40px);
  margin-top: 55px;
}

.location {
  font-family: "Golos Text", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 400;
  margin: 70px auto 60px auto;
}

.button {
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 300px;
  border-radius: 10px;
  background-color: #e84e0f;
  margin-bottom: 40px;
  color: #fff;
  font-size: 400;
  font-size: 16px;

  &:last-child {
    margin-bottom: 0;
  }
}
