body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: Arial, sans-serif;
    background-color: #232637;  /* Sets the background color to white */
    display: flex;
    justify-content: center;
    align-items: center;
}

.content {
    text-align: center;
}

.logo {
    max-width: 50%;
    height: auto;
}
