body {
    margin: 0;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.logo {
    width: 320px;
}

@media (max-width: 600px) {
    .logo {
        width: 220px;
    }
}