@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200&display=swap');

.cyrillic {
            font-family: 'Oswald', sans-serif;
			font-weight: 200 !important;
            
            font-size: inherit !important;
            
        }

.custom-link {
    text-decoration: underline;
    color: inherit;
}

.f-text{

    display: flex;

    flex-direction: column;

    align-items: center;

    text-align: center;



    font-family: 'Saira Extra Condensed', sans-serif;

    color:white;

}





.f-text p{

    width: 80%;

    text-align: center;

    white-space:normal;

    font-size: 3vh;

}



.f-text-p-1{

    font-size: 2vh;

}



.f-text-p-2{

    white-space:normal;

    margin-top: 0;

    font-weight: 900;

}



.f-text span{

    white-space: normal;   

    font-size: 5vh;

    font-weight: 900;
	
	margin-top: 30px;
	
	

}