body {
    background-color: #000000;
    height: 100%;
    margin: 0;

}

.container {
    display: flex;
    flex-direction: column; /* Make sure flex items are stacked vertically */
    justify-content: center; /* Center vertically */
    height: 100vh; /* Full height of the viewport */

  }

p{
    color: #FFFFFF;
    font-size: 3vw;
    line-height: 1.5;
    font-family: Switzer, sans-serif;
    text-align: center;
    align-items: center;
    text-transform: uppercase;
}

@font-face {
    font-family: 'Switzer';
    src:('fonts/Switzer.ttf');
    font-weight: normal;
    font-style: normal;
}   

@font-face {
    font-family: 'Voyage';
    src:('fonts/Voyage.ttf');
    font-weight: normal;
    font-style: normal;
}   