body {
    margin: 0;
    height: 100vh;
    background-color: #EDEBE4;
    color: #000000;
    font-family: sans-serif;
}

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

.logo {
    height: 42%;
    width: auto;
}