@font-face {
  font-family: "Titre";
  src: url('../src/ren.ttf');
}

@media print {
  header { display: none; }
  footer { display: none; }
}

html {
  background-color: #221e20 !important;
}

h2, h1 {
  color: white !important;
  font-family: "Titre";
}

span {
  color: white;
}

h3 {
  font-family: "Titre";
}

p, label {
  color: white !important;
}

.link {
  transition: all 0.5s ease-out;
  font-family: "Titre";
  color: white !important;
  cursor: pointer;
}

.link:hover {
  transform: scale(1.25);
  background-color: #221e20 !important;
  color: white !important;
  cursor: pointer;
}

.form {
  width: 95% !important;
  margin-top: 20px;
}

.form button {
  float: right !important;
}

.formele {
  width: 100% !important;
  margin: 5px !important;
}

figure {
  margin: 0 !important;
}

footer {
  position: relative;
  bottom: 0;
  background-color: #221e20 !important;
  z-index: 100000 !important;
}

input, textarea {
  border-radius: 0 !important;
}
