.loader-container {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #74d6dc;
    color: #FFF;
    font-size: 24px;
}

.loader-container .loader {
    align-self: center;
}
