html{
    overflow-x: hidden;
}
body{
    text-align: center;
    font-family: "Playwrite BR", cursive;
    /* 3d */
    perspective: 350px;
    padding-top: 600px;
    font-size: 22px;
}

#panel{
align-content: center;
position: absolute;
z-index: 10;
top:0px;
left: 0px;
width: 100%;
height: 100%;
background-color:pink;
transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
/* 3d stuff */
transform-style:preserve-3d;
}

.playwrite-br-uniquifier{
    font-family: "Playwrite BR", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }

  .bellefair-regular {
    font-family: "Bellefair", serif;
    font-weight: 400;
    font-style: normal;
  }

.slide-up{
    transform: translateY(-50%) rotateX(70deg)
}

#game {
  padding: 10px 30px;
  font-size: 2.4em;
  background: lightskyblue;
  border-radius: 20px;
  border: none;
  box-shadow: 10px 10px 20px black;
  cursor: pointer;
}

