@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 {
  font-size: 2em;
  color: #ff8c00;
}
