﻿* {
    margin: 0;
    padding: 0;
    text-decoration: none
}

.text-responsive {
    font-size: calc(50% + 1vw + 1vh);
}


.preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-repeat: no-repeat;
    background-color: #FFF;
    background-position: center;
}