.opening {
    display: flex;
    align-items: center;
    height: 100vh;  
    z-index: 999999;
    overflow: hidden;
    position: fixed;
    background-color: #87C1FF;
}

.header-text {
    z-index: 99;
    width: 100vw;
}

.below-header {
    color: black;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: max-content;
    height: max-content;
    overflow: hidden;
    display: flex;
    justify-content: center;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 5rem;
    font-weight: 800;
    letter-spacing: 10px;
}

.the-header {
    color: black;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: max-content;
    height: max-content;
    overflow: hidden;
    display: flex;
    justify-content: center;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 10px;
}