body {
    margin: 0;
}

.firstLoader {
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #121F2E;
    display: flex;
    align-items: center;
    justify-content: center;
}