body{
    height: 100vh;
    width: 100vw;    
    background-color: black;
    color: white;
    display:flex;
    justify-content: center;
    align-items: center; 
    font-family: monospace;
    font-size: 1.5rem;
}

.content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center; 
}

.logo {
    width:4rem;
    height:auto;
}