@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(../fonts/jtusjig1_i6t8kchkm459wlhzg.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(../fonts/jturjig1_i6t8kchkm45_dje3gnd-w.ttf) format('truetype');
}

.app {
    display: block;
    height: 60px;
    line-height: 60px;
    width: 250px;
    margin: 32px auto 0;
    background: #0FF;
    border-radius: 4px;
    font-size: 22px;
    color: #252b48;
    text-decoration: none;
}

.app:hover {
    background-color: #fff;
    color: #0FF;
    text-decoration: none;
}