.loader {
    position: absolute;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    width: 100%;
    color: rgb(244, 244, 244);
    background: crimson;
    display: block;
    opacity: 1;
    transition: 2s ease-in;
}

h1 {
    position: relative;
    top: 35vh;
    font-size: calc(4vh + 5px);
    display: flex;
    justify-content: center;
    align-items: center;
}

h2 {
    position: relative;
    top: 40vh;
    font-size: calc(2vh + 5px);
    display: flex;
    justify-content: center;
    align-items: center;
}