body {
    background-color: white;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.logo {
    width: 70vw; 
    height: 70vw;
    max-width: 500px; 
    max-height: 500px; 
}
