@font-face {
    font-family: 'LexendDeca-semibold';
    src: url('fonts/LexendDeca-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
  background-color: grey;
  color: white;
  font-family: "LexendDeca-semibold";
   margin: 0;
    min-height: 100vh;            
    display: flex;                
    justify-content: center;       
    align-items: center;           
    flex-direction: column;        
}