/*Font*/

h1, p, h2 {
    font-family:'Roboto Mono';
    color:antiquewhite;
    font-weight: normal;
}

.accueil {
    aspect-ratio: 16/9;
    background-image:url("images/portfolio-base1.png");
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
    align-items: top;
}

h1 {
    display: inline-block;
    background-color: rgb(36, 36, 36);
    padding: 2px 2px;
    margin: 10px;
}

body {
    margin:0;
}