html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    font-family: sans-serif;
}

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