body{
    background-color: black;
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
    
}

.logo{
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100vh;
}



@media (max-width: 1023px){

    .logo{
        color: white;
        position: absolute;
        z-index: 100;
        width: 50%;
        height: 65vh;
        margin: 0;
        left: 25%;
        
    }
    
    }

    .scroll-tip{
        color: white;
        text-align: center;
        font-weight: bolder;
        font-size: 48px;
    }

    .invierte{
        color: white;
        text-align: justify;
        font-weight: bolder;
        font-size: 25px;
        padding: 0 80px 0 80px;
    }