body {
    background-color: white;
    margin: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-container img {
    width: 200px;
    height: 200px;
}
