.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display:none;
    align-items: center;
    justify-content: center;
    background-color: #000;
    opacity: 0.70;
    color: azure;
    z-index: 10000;
}

.loading p {
    text-align: center;
    font-family: arial;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
}