@font-face {
    font-family: 'munkeyshineregular';
    src: url('munkeyshine-webfont.woff2') format('woff2'),
            url('munkeyshine-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
  background-color:#4a4a4a; 
  font-size: 100%;
}

section {
  margin-right:auto;
  margin-left:auto;
  max-height: 90vh;
  max-width:90vw;
}

.center {
  margin-right:auto;
  margin-left:auto;
  margin-top:3vh;
  margin-bottom:3vh;
 
}

.titre {
  font-family:"munkeyshineregular", Arial, sans-serif;
  font-weight:normal;
  font-style:normal;
  font-size: 7vh;
  color:#f4b0c5;
  /*text-decoration: overline underline; 
  text-decoration-thickness: 4px;
  text-underline-offset: 15px;*/
  text-align:center;
}

.titre_erreur {
  font-family:"munkeyshineregular", Arial, sans-serif;
  font-weight:normal;
  font-style:normal;
  font-size: 4vh;
  color:#f4b0c5;
  text-align:center;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%; 
}

.vid {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border:3px solid #f4b0c5; 
  width: 400px; 
}

hr {
  border:1px solid #f4b0c5;
  width:60vw;
  margin-top:15vh;
  margin-bottom:5vh;
}

.vid_index {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border:2px solid #f4b0c5; 

}
