.loader {
    position: relative;
    margin: 0 auto;
    width: 120px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}

.loader .label {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", sans-serif;
    text-align: center;
    font-size: 0.7rem;
    color: #000c17;
    margin-top: 1rem;
}
