body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    background: linear-gradient(to bottom, #000000, #060517, #000000);
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo {
    width: 200px;
    height: auto;
}