@font-face {
  font-family: 'Epilogue';
  src: url('https://cdn.glitch.global/204afe66-d66e-43cb-932e-d1ab60f8d71d/Epilogue-Bold.ttf?v=1728850674911');
}

@font-face {
  font-family: 'Archivo';
  src: url('https://cdn.glitch.global/204afe66-d66e-43cb-932e-d1ab60f8d71d/Archivo-VariableFont_wdth%2Cwght.ttf?v=1728850813860');
}


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: 45%;
  width: auto;
  object-fit: contain;
  margin-bottom: 50px;
}

#ctaButton {
  display: inline-block;
  text-align: center;
  align-items: center;
  font-family: 'Epilogue';
  font-size: 15px;
  text-transform: uppercase;
  background-color: #F15D3D;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 25px;
}