@font-face {
    font-family: Coiny;
    src: url(../Font/Coiny-Cyrillic.ttf);
}

body {
    /* background-color: #cb2b1f; */
    background-color: #d32b28;
    text-align: center !important;
}
p {
    font-family: Coiny;
    font-size: 70px;
    color: white;
    text-align: center;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    p {
        font-size: 75px;
    }
}
/* 100% Image Width on Smaller Screens */
@media only screen and (min-width: 700px){
    p {
        font-size: 50px;
    }
}
div {
    color: white !important; 
    text-align: center !important;
    font-size: 14px !important;
    font-family: Arial, Helvetica, sans-serif !important;
}
a {
    color: white !important;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}