#loading {
    display: grid;
    place-content: center;
    width: 100vw;
    height: 100vh;
}

#loadContent img {
    width: 500px;
    margin-bottom: 15px;
}

#loadContent {
    display: flex;
    flex-direction: column;
}

.spinner-grow {
    display: block;
    margin: auto;
    width: 5em;
    height: 5em;
    color: #034A83 !important;
}