 
    body {
        margin: 0;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 300;
        color: #585757;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        background-image: url(eddy\ valdez\ bg.jpeg);
        background-position: center;
        background-size: cover;
       width: 100vw;
       height: 100vh;
       overflow: hidden;
        
        
         
    }

    body::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: white;
        opacity: 0.90;    
        z-index: 0;
    }


    .wrapper {
        width: 90%;
        max-width: 600px;
        padding: 20px;
        z-index: 9999;
        padding-top: 80px;
    }

    .logo img { 
        height: 50px;
        width: 180px;
        margin-bottom: 20px;
    }

    .message {
        margin-left: 40px;
        margin-right: 40px;
        padding-top: 30px;
        font-size: 17px;
        line-height: 1.5;
        margin-bottom: 30px;
    }

    .soon {
        font-size: 20px;
        letter-spacing: 3px;
        margin-bottom: 40px;
    }

    .social {
        font-size: 40px;
        text-decoration: none;
        color: #000000;
        font-weight: 750;
    }

    @media (max-width: 480px) {
        .logo {
            font-size: 32px;
        }
        .message {
            font-size: 17px;
        }
        .soon {
            font-size: 15px;
            letter-spacing: 3px;
        }
        .social {
            font-size: 40px;
        }
    }
 