#loader {
    position: fixed;
    width: 100%;
    height:100%;
    display: flex;
    align-items: center;
    top: 0;
    color: #5d99b4;
    left: calc(50% - 1rem);
}