@font-face {
  font-family: "GorriSans";
  src: url("GorriSans.woff2") format("woff2"),
    url("GorriSans.woff") format("woff");
  url("GorriSans.ttf");
}

body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;

  min-width: 650px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  font: 100%/100% GloriaHallelujah;

}

.nombre {
  max-width: 40px;
}

.bouton {
  border: none;
  text-align: center;

  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 0 50px rgba(0, 0, 0, 0.1) inset;
  border-radius: 5px;
  color: #444444;

  font: 60%/100% Gloria Hallelujah, Arial, Helvetica, sans-serif;
  height: 32px;
  margin: 10px;


  padding: 5px;
  text-align: center;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 0 50px rgba(0, 0, 0, 0.1) inset;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
}

.bouton:hover {
  text-decoration: none;
  background-color: #ffd34e;
}

#msg {
  border: none;
  background-color: #fff2da;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 0 50px rgba(0, 0, 0, 0.1) inset;
  border-radius: 5px;
  color: #444444;

  font: 60%/100% Gloria Hallelujah, Arial, Helvetica, sans-serif;
  margin: auto;



  width: 400px;

  padding: 5px;
  text-align: center;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 0 50px rgba(0, 0, 0, 0.1) inset;
  position: relative;

}


html {
  height: 100%;
  user-select: none;
}


#auteur {
  bottom: 0px;
  position: relative;
  opacity: 0.3;

}

.enbas {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

input[type=button] {
  cursor: pointer;

  display: inline-block;
  border: none;
  background-color: #fff2da;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 0 50px rgba(0, 0, 0, 0.1) inset;
  border-radius: 5px;
  color: #444444;
  font: 100%/100% Arial, Helvetica, sans-serif;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 5px;
  text-align: center;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 0 50px rgba(0, 0, 0, 0.1) inset;
  position: relative;
}