* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  background: #ffffff;
  min-height: 100vh;
}

@font-face {
  font-family: Glacial Indifference;
  src: url("../fonts/GlacialIndifference-Regular.otf");
}

@font-face {
  font-family: Glacial Indifference Bold;
  src: url("../fonts/GlacialIndifference-Bold.otf");
}

.main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
