body {
background-image: url("../../images/bowtie.jpg");
font-family: "DM Sans", sans-serif;
font-optical-sizing: auto;
font-weight: weight;
font-style: normal;
}

h1 {
text-align: center;
font-family: "Bebas Neue", sans-serif;
font-weight: 400;
font-style: normal;
background-color: white;
}

.bio {
font-family: "Bebas Neue", system-ui;
font-weight: 200;
font-style: normal;
font-size: 25px;
}

#travaux {
display: inline-block;
}

.sequence {
    ul {
        list-style: none;
    }
}

a {
    color: #669BD0;
    text-decoration: none;
}
a:hover {
    color:#B91846;
    text-decoration: underline;
}
