@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'dosis';
    font-style: normal;
    font-weight: 400;
    src: url('webfonts/Dosis-Light.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body{
    font-family: 'Dosis', sans-serif;
    color: black;
    background-color: rgb(230, 230, 230),;
}

.pra{
    text-transform: uppercase;
    font-size: 2rem;
    width: 140px;
    position: absolute;
    top: 25px;
    left: 50px;
}

.Philippe p, .Robyr p, .architecte p{
    padding: 0px;
    margin: -7px;
}

.Robyr p, .architecte p{
    text-align: end;
}

.coord{
    font-size: 1rem;
    position: absolute;
    bottom: 25px;
    right: 50px;
}

.coord p{
    text-align: end;

}

a{
    text-decoration: none;
    color: black;
}