*, html, body{
    margin: 0;
    padding: 0;
    font-family: 'Prompt', sans-serif !important;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.center{
    align-items: center;
}

a{
    text-decoration: none;
    color: black;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.center-screen {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90vw;
}

.text-body {
    position: static;
}