@font-face {
  font-family: Gilroy;
  font-weight: 500;
  src: url("./assets/fonts/Gilroy-Medium.ttf") format("opentype");
}

body {
  height: auto;
  margin: 0;
  padding: 0;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  width: 100%;
}

.main {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
