a{
    color: rgb(43, 85, 108);
}

.bordure{
    border: 2px solid;
    border-color: rgb(11, 68, 94);
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
    background-color: rgb(177, 200, 218);

}



h1{
    color: rgb(242, 243, 243);
    text-align: center;
    background-color: rgb(43, 85, 108);
    width: auto;
    box-sizing: content-box;
    padding: 10px;
    border-radius: 10px;
}

h1{
    font-family: Cormorant;
    font-weight: 600;
}
h2{
    color: rgb(66, 152, 172);

}

ul{color: rgb(37, 122, 153);
    padding: 20px;

}

ul{list-style-type: disc;

}

p {
    font-family: "Cormorant";
    font-weight: 200;
    color: rgb(41, 80, 114);
    font-size: 1rem;
}

h3 {
    font-family: "Cormorant";
    font-weight: 200;
    color: rgb(41, 80, 114);
    font-size: 1rem;
}


body{background-color: rgb(255, 255, 255);
    padding: 10px;

}

ol a{text-decoration: none;

}