html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #0a0a0a;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e6b800;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  cursor: url('./curseur.png'), auto;
  overflow: hidden;
}

.fullscreen-logo {
  position: relative;
  height: 100%;
  width: auto;
  display: inline-block;
  text-align: center;
}

.fullscreen-logo img {
  height: 100%;
  width: auto;
  display: block;
}

.btn-histoire {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #ff0000;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 0 10px #000000;
  transition: background-color 0.3s ease;
  z-index: 10;
}

.btn-rejoindre {
  position: absolute;
  top: 10px;
  right: 120px;
  background-color: #ff0000;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 0 10px #000000;
  transition: background-color 0.3s ease;
  z-index: 10;
}

.btn-minijeux {
  position: absolute;
  top: 10px;
  right: 245px;
  background-color: #ff0000;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 0 10px #000000;
  transition: background-color 0.3s ease;
  z-index: 10;
}

.tenor-gif-embed {
  height: 100;
  width: auto;
}