html, body {
    height: 100%;
    background-color: rgb(30, 30, 30);
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    width: 200px;
}