.loading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    height: 500px;
}

.loading img {
    width: 200px;
}

.loading span {
    font-size: 26px;
    margin-top: 10px;
    font-family: monospace;
}