* {

    text-align: center;
    background-color:black;
    }
    
    /*Alternative CSS Centering Code with the "body" Selector*/
    
    .blink {
    
    text-align: center;
    
    font-size: 60px;
    font-family: 'Helvetica'; 
    color: #2E475D;
    }

    .logo{
        height: 100vh;
    }


    