@font-face {
  font-family: "Gilroy";
  src: url("./Gilroy-Bold.woff") format("woff");
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
}

svg {
  max-width: 100%;
}

a {
  display: block;
  text-align: center;
  color: #000000;
  font-size: 32px;
  text-transform: uppercase;
  text-decoration: none;
}
