@font-face {
    font-family: 'Spoon';
    src: url('/assets/fonts/spoon.woff');
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 8%;
    margin: 0;
    padding: 0;
}

.overlay__block {
    position: relative;
    display: inline-block;
    width: 12.5%; /* is 25% for two rows */
    height: 100%; /* is 50% for two rows */

    /* background-color: red;
    outline: 2px solid green; */
    
    margin: 0;
    padding: 0;
    z-index: 2;
}

.letter-container {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: space-between;
}

.letter-container p {
    margin: 0 -2%;
}

.letter-container p:first-child {
    margin: 0 -2% 0 0;
}

.letter-container p:last-child {
    margin: 0 0 0 -2%;
}