body {
    background: #ffffcb;
    margin: 0;
    overflow: hidden;
}

@font-face {
  font-family: 'font';
  src: url('./Inter_24pt-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.overlay-text {
  font-family: 'font', sans-serif; 
  color: #333124; 
  font-size: 40vh; 
  font-weight: normal; 
  position: fixed;   
  top: 5vh; 
  left: 50%; 
  transform: translateX(-50%);
  z-index: -1;  
  text-align: center;
}
