.body {
    margin: 0;
    height: 100vh;
    height: 100svh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Sansation", sans-serif;
    color: #dadee1;
    background: linear-gradient(135deg, #47474c 0%, #2a2a2a 33%, #080808 66%);
}

.body .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.body .wrapper .logo {
    height: 160px;
    width: 160px;
}

.body .wrapper .text {
    margin: 12px 0 0;
    font-size: 44px;
    font-weight: 400;
}