body {
    margin: 0;
    padding: 0;
}

.space {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #333;
    background-repeat: no-repeat;
    background-size: cover;
}

.logo {
    width: 210px;
    height: 210px;
}