body{
    background-color: black;
}

.centerItemContainer {
    display: flex;
    align-items: center;
    justify-content: center;    
}

.logo {    
    max-width: 100vw;
    max-height: 100vh;       
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}