/*
body {
    font-family: "Rubik", serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    
    font-size: 30px;
    font-weight: 450;
    margin: 0;
    padding: 0;
    background-image: url(../img/background.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

* {
    text-decoration: none;
    list-style: none;
}

header {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
}

.content {
    position: relative;
    z-index: 1; 
    color: white;
    padding: 0px;
    margin: 0px;
}

nav {
    background-color: rgb(35, 76, 138);
    display: flex;
    justify-content:space-between;
    width: 100%;
    padding: -5px;
    position: fixed;
    top: 0px;
}

nav ul {
    display: flex;
    align-items: center;
    padding: -5px;
    margin: 1px;
}

nav ul li:hover {
    background-color: rgb(125, 163, 245);
    transition: 0.3s;
    cursor: pointer;
}

.active {
    background-color: black;
}

nav {
    display: flex;
    justify-content: center;
}

nav ul li, nav ul li *{
    color: white;
    padding: 20px;
    margin: 2px;
    font-size: x-large;
}
*/
#infos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color:  rgb(44, 109, 105);
    color: white;
    padding: 0px;
    margin: 0px;
}

#infos h1 {
    margin: 185px 250px 80px 250px;
}

#infos p {
    margin: 20px 270px 90px 270px;
    text-align: center;
}

.presentation>p {
    text-align: center;
    margin: 50px;
    background-color:  rgb(26, 28, 31);
    padding: 30px;
    border-radius: 25px;
}
/*
header {
    background-color: rgb(29, 29, 29);
    position: fixed;
    width: 100%;
    top: 0;
    padding: 30px 16px;
    color: white;
}
*/