body {
    margin: 0;
    font-family: "Poppins", sans-serif;
}

.loader {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    background: #FFF;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}