@import url('https://fonts.googleapis.com/css2?family=Manjari:wght@100&family=Nixie+One&family=Poiret+One&family=Rochester&family=Thasadith&display=swap');

#letters {
    width: 100%;
    height: 100%; 
}

.lettersWrapper {
    position: absolute;
    width: 100%;
    height: 100%;


    /* display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center; */
    color: rgba(255, 255, 255, 0);
    
    font-family: 'Manjari', sans-serif;
    font-family: 'Nixie One', cursive;
    font-family: 'Poiret One', cursive;
    font-family: 'Rochester', cursive;
    font-family: 'Thasadith', sans-serif;
}