body {
    height: 100vh;
    width: 100vw;
    background-color: #f2f7f9;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100px;
    width: auto;
}