@font-face {
    font-family: 'EcuyerDAX';
    src: url('../fonts/EcuyerDAX.woff2') format('woff2'),
        url('../fonts/EcuyerDAX.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

/* Android  */
@font-face {
    font-family: EcuyerDAX;
    /* regular font */
    src: url("../fonts/EcuyerR0902.ttf") format("ttf"),
        url("../fonts/EcuyerR0902.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}


body {
    text-align: center;
    background: #F0EAD8;
    
}

h1,
h2 {
    font-size: 32px;
    font-family: 'EcuyerDAX', Arial, Helvetica, sans-serif;
}



article {
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
}

p {
    color: black;
    font-weight: bolder;
    font-size: 13px;

}

.alex-border {
    border-top: 1px solid #928e84;
    padding-top: 64px;
}

a {

    text-decoration: none;
}

a:hover {

    text-decoration: underline;
}