@import "fonts.css";

#index {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-family: Inter;
  margin-top: -10px;
}

#slogan {
  margin-top: 50px;
}
