@font-face {
    font-family: 'DMSans';
    src: url('font/DMSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body, html {
    font-family: 'DMSans', sans-serif;
    margin: 0;
    height: 100%;
    overflow: hidden;
    background-color: #bd0d26;
}

body {
    background: url('img/fond.png') top/100% auto no-repeat;
    background-size: cover;
    background-position: center;

}

.contact {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.3rem;
    font-family: 'DMSans', sans-serif;
    color: black;
}

.contact a {
    color: black;
    text-decoration: none;
}

.contact a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    body {
        background-size: cover;
        background-position: center;
    }
}