#loader {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#loader img {
    height: auto;
    width: 80%;
    max-width: 300px;
}