 .cossette-titre-regular {
  font-family: "Cossette Titre", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.cossette-titre-bold {
  font-family: "Cossette Titre", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.la-belle-aurore-regular {
  font-family: "La Belle Aurore", cursive;
  font-weight: 400;
  font-style: normal;
}
 
body{
    background-image: url("https://i.postimg.cc/QxNSxwyd/IMG-1402.jpg");
    background-repeat: no-repeat;
    background-size: cover;
 }

main{
    margin-right: 18vw;
    margin-top: 7vh;
    margin-left: 4vw;
    margin-bottom: 10vh; 
    background-color: #F4F5F5;
    border-image-slice: 231 232 234 239;
    border-image-width: 50px;
    border-image-outset: 5px;
    border-image-repeat: space space;
    border-image-source: url("https://i.postimg.cc/L5LZsRZh/unnamed.webp");
    border-style: solid;
    overflow: scroll;
    height: 90vh;
    padding-left: 4vw;
    padding-right: 4vw;
    padding-bottom: 17px;
    padding-top: 17px;
 }

img{
    width: 430px;
    margin: 2px;
 }

h1{
    font-family: "La Belle Aurore";
    font-size: 60px;
    color: #30221F;
 }

p{
    font-family: "Cossette Titre";
    color: #30221F;
 }

a{
text-decoration: none;
color: #daeebe;
}
 
a:visited{
color: #b4ff4b;
}
 
a:hover{
font-style: italic;
font-weight: bold;
}
 
a:active{
font-weight: bold;
font-style: italic;
}