@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/roboto-400.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/roboto-700.woff2") format("woff2");
}

body {
  color: #4d4d4d;
  font-family: "Roboto", sans-serif;
  background-color: #9abab9;
  padding: 5%;
}

.card {
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding: 4em 1em;
  text-align: center;
  background-color: #ffffff;
  border-radius: 25px;
}

.logo {
  width: 60%;
}

.qr {
  width: 40%;
}

a {
  color: #ff8c00;
}

.mobile-text {
  font-size: 2em;
}

.link-button {
  width: 80%;
  margin: auto;
  text-align: center;
  padding: 0.1em;
  background-color: #ff8c00;
  border-radius: 25px;
}

.link-button-text {
  color: #ffffff;
  text-decoration: none;
}
