main {
  display: flex;
  justify-content: center;
  height: 100vh;
  align-items: center;
}

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

a {
  font-family: "Roboto";
  font-size: 2.6rem;
  margin-top: 4rem;
  color: black;
}
svg {
  width: 828px;
  height: 376px;
}
@media only screen and (max-width: 800px) {
  svg {
      width: 100%;
  }
  a {
    font-size: 1.6rem;
  }
}
