@import url("https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500&family=Yeseva+One&display=swap");

html {
  box-sizing: border-box;
}

body {
  font-weight: normal;
}

h1 {
  font-family: "Yeseva One", cursive;
  z-index: 10;
}

h2 {
  font-family: "Josefin Sans", sans-serif;
}

p {
  font-family: "Josefin Sans", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

.container {
  position: relative;
  height: 250px;
  width: 300px;
  overflow: hidden;
  visibility: hidden;
  background-color: #ffedcd;
}

.start {
  position: absolute;
  height: 250px;
  width: 300px;
  top: 0;
  left: 0;
  z-index: 100;
}

.paris {
  position: absolute;
  height: 250px;
  width: 300px;
  top: 0;
  left: 0;
  z-index: 50;
}

.extremis {
  position: absolute;
  height: 250px;
  width: 300px;
  top: 0;
  left: 0;
  z-index: 40;
}

.invisible {
  position: absolute;
  height: 250px;
  width: 300px;
  top: 0;
  left: 0;
  z-index: 30;
}

.drinker {
  position: absolute;
  height: 250px;
  width: 300px;
  top: 0;
  left: 0;
  z-index: 20;
}

.game {
  position: absolute;
  height: 250px;
  width: 300px;
  top: 0;
  left: 0;
  z-index: 10;
}

h1 {
  position: absolute;
  height: 250px;
  width: 300px;
  top: 23px;
  left: 19px;
  z-index: 200;
  color: #686868;
  font-size: 1.4rem;
  font-weight: normal;
}

h1 span {
  font-size: 0.9rem;
  font-weight: normal;
}

h2 {
  position: absolute;
  height: 250px;
  width: 300px;
  top: 68px;
  left: 117px;
  z-index: 100;
  color: #686868;
  font-size: 0.8rem;
  font-weight: 300;
}

p {
  position: absolute;
  height: 250px;
  width: 300px;
  top: 90px;
  left: 117px;
  z-index: 100;
  color: #686868;
  font-size: 0.7rem;
  line-height: 0.9rem;
  font-weight: 400;
}

p.date {
  position: absolute;
  height: 250px;
  width: 300px;
  top: 230px;
  left: 225px;
  z-index: 500;
  color: #686868;
  font-size: 0.7rem;
  line-height: 0.9rem;
  font-weight: 400;
}

.end {
  opacity: 0;
}

/* Code below for the button */

.btn {
  height: 30px;
  width: 60px;
  background-color: rgb(0, 0, 0);
  position: fixed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  left: 10px;
  z-index: 100;
  color: white;
  box-shadow: none;
  border: none;
  font-size: 15px;
  border: 1px solid black;
}

.btn:hover {
  color: white;
  border: 1px solid rgba(0, 0, 0, 0.8);
}

#pause {
  left: 10px;
  top: 260px;
}
