body {
  margin: 0;
  background-image: url('background.png');
}

.flex-container{
  justify-content:center;
  display:flex;
  align-item:center;
}

.contenu-grand{
  margin: 3%;
  flex: 0 1 1550px;
}

.smallimg{
  width: 100%;
  align-item:center;
}


.smallimg2{
  width: 25%;
  align-item:center;
}

@font-face {
  font-family: Frisbee;
  src: url(frisbee.otf);
}

div {
  font-family: Frisbee;
}

h2 {
  color: #dad8c3;
}

h1 {
  font-size: 15px;
  color: #dad8c3;
}

p {
  background-image: url('background2.png');
  color: #7f2622;
}

textarea {
  background-color: #e6c9a2;
  font-family: Frisbee;
  color: #7f2622;
  font-size: 34px;
}

h3 {
  font-family: Arial;
  color: #dad8c3;
}

a {
  color: #ad4725;
}
