body {
    background-color: #0F1821;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#logo {
    max-width: 300px;
    max-height: 50vh;
}