* {
    margin: 0;
    padding: 0;
}

.home-empty {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.home-empty__logo {
    height: 70px;
}