@font-face {
  font-family: "Inter";
  src: url("./assets/InterVariable.ttf");
}

html,
body {
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#header {
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  position: fixed;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.headerImg {
  max-height: 70%;
  max-width: 55%;
  width: auto;
  object-fit: contain;
  margin-bottom: 50px;
}

p {
  font-family: "Inter";
  font-size: 16px;
  text-align: center;
  padding: 0px 20px 20px 20px;
}

#ctaButton {
  display: inline-block;
  text-align: center;
  align-items: center;
  font-family: "Inter";
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #5f41ff;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 25px;
}
