html, body {
    margin: 0;
}

body {
    background-color: black;
}

.loader {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20vh;
    color: white;
}

.loader .downPart {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 23vh;
    overflow: hidden;
}

.loader .downPart span {
    display: flex;
    align-items: baseline;
    height: 23vh;
}

.loader .lastPart {
    text-align: center;
}