

@font-face {
    font-family: "HennyPenny";
    src: url("./Smythe-Regular.ttf") ;

}

@font-face {
    font-family: "Snigletregular" ;
    src: url("./Sniglet-Regular.ttf") ;
}

body {
  background-color: #1e1d33;
  font-family: "Snigletregular";

}

#logo{
  display: flex;
  justify-content: center;
}

h1{
  color:#ffe0cf;
  font-family: "HennyPenny" !important;
  font-size: 35pt;
  margin-top:15px;
  margin-bottom:15px;
}

h2{
  color:#e7976a;
  font-family: "HennyPenny" !important;
  font-size: 25pt;
  margin-top:15px;
  margin-bottom:15px;
}

h3{
  text-align:center; 
  margin-top: 100px; 
  margin-bottom:30px; 
  color: #ffe0cf;
  font-family: "HennyPenny" ;
  font-size: 20pt
}


img{
  max-width: inherit; /*Ceci assure que l'image ne dépasse jamais la taille de son conteneur*/
  max-height: inherit;
  height: inherit;
  width: inherit;
  object-fit: cover;
}

#main {
  margin: auto;
  min-width: 1000px;
  max-width: 2000px;
}

#main background-image{
  max-width: 100%;
}

#content {
  display: flex;
  flex-direction: row;
}

p {
color:white;
}

footer { 
text-align: center;
}