header:not(.index) {
    display: flex;
    justify-content: space-between;
}

body {
    background-image: url('scan-feuille-fond.jpeg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 100vh;
    padding: 20px;
}

ul {
    list-style: none;
    padding: 0px;
  }

 body {
    font-family: "Cochin", Cochin, serif;
  }

  header {
    font-family: "Cochin", Cochin, serif;
  }

a:link {
  color: rgb(255, 111, 0);
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: rgb(210, 37, 37);
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: rgb(30, 9, 122);
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: rgb(244, 144, 3);
  background-color: transparent;
  text-decoration: underline;
}

h1 {
    margin: 0px;
}

h3 {
    margin-bottom: 0px;
}

h4 {
    margin-top: 0px;
    font-size: 14.5px;
}
 
.returnButton {
  position: fixed;
  right: 30px;
  bottom: 30px;
  background-image: url('catbutton.png');
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: contain;
  width: 50px;
  height: 50px;
  display: block;
  border: 0;
  cursor: wait;
}