@import url("https://rsms.me/inter/inter-ui.css");

body {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "Inter UI", sans-serif;
  text-align: center;
  color: grey;
}

.button {
  color: green;
  border-radius: 4px;
}

.marvellous-container {
  position: relative;
  z-index: 2;
  padding: 104px 0 24px 0;
  width: 95%;
  max-width: 600px;
  margin: auto;
}

h1 {
  display: block;
  font-size: 50px;
  margin: 0 0 24px 0;
}

@media (max-width: 500px) {
  h1 {
    font-size: 16vw;
  }
}

h2 {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
}

a {
  color: inherit;
  text-decoration: underline;
}

.header img {
  height: auto;
  width: 100%;
  margin-bottom: 50px;
}

.footer {
  margin-top: 84px;
}

.footer img {
  height: 104px;
  width: auto;
}
