body{
  background-color: white;
  background-image: url('/games/hotel/img/accueil.jpeg');
  background-size: 100%;
  font-family: Comic Sans MS;
  color: white;
  text-shadow: 0 0 5px red;
}

a{
  color: black;
  text-shadow: 0 0 5px white;
  transition: color 0.5s linear;
  font-size: 30px;
  animation: float 2s linear infinite;
  text-decoration: none;
  background-color: darkred;
  border: 2px solid black;
  height: 40px;
  padding: 3px 5px;
  font-family: Times New Roman;
}

a:hover, actions:hover{
  color: white;
  font-style: italic;
}

@keyframes float{
  0% {bottom: 15px;}
  50% {bottom: 17px;}
  100% {bottom: 15px;}
}

.next{
  position: absolute;
  bottom: 15px;
  right: 40px;
}

.actions{
  border: 10px solid transparent;
  border-image-outset: 5px;
  background-image: url('/games/hotel/img/txtbox.jpeg');
  border-image: url('/games/hotel/img/eyerth.png') 20 repeat;
  color: black;
  text-shadow: 0 0 5px white;
  transition: color 0.5s linear;
  font-size: 30px;
  background-color: darkred;
  height: 40px;
  padding: 3px 5px;
  font-family: Times New Roman;
}

.choice{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 90%;
  margin: auto;
}

.txtbox{
  background-color: #1f0100;
  background-size: 100% 100%;
  border: 10px solid transparent;
  border-image-outset: 5px;
  opacity: 0.7;
  margin: 10px 20px 10px 10px;
  font-size: 20px;
  text-align: center;
  padding: 10px;
  overflow-y: auto;
  height: 200px;
}

.txtboxUrs{
  background-image: url('/games/hotel/img/txtbox.jpeg');
  border-image: url('/games/hotel/img/eyerth.png') 20 repeat;
  border-image-outset: 5px;
  font-family: Georgia;
  color: white;
  text-shadow: 0 0 5px red;
}

.txtboxRec{
  background-image: url('/games/hotel/img/flowerey.png');
  border-image: url('/games/hotel/img/blueish.png') 10 repeat;
  border-image-outset: 5px;
  font-family: Times New Roman;
  color: white;
  text-shadow: 0 0 5px purple;
}

.char{
  z-index: -2;
  height: 800px;
  width: 800px;
  position: fixed;
  bottom: 0;
}

.fixed {
  width: 100vw;
  position: fixed;
  bottom: 10px;
}

