

@font-face {
    font-family: 'Cervo';
    src: url('@font-face/Cervo-Medium.woff2') format('woff2'),
        url('@font-face/Cervo-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


h1,h2{
    font-family: 'Cervo';
    font-weight: 500;
    text-transform: uppercase;
    font-size: 45px;
}

.btn{
    font-family: Cervo;
    letter-spacing: 2px;
}

.instruction ul li{
    line-height: 30px;
}



.error{
    color: #F00;
}

.logo{
    width: 300px
;
}