﻿#loading {
    display: grid;
    justify-items: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

#loadingElements {
    display: grid;
    align-items: center;
    justify-items: center;
}

#loadingIcon {
    margin: 50px;
}


