html{
    overflow-x: hidden;
}

body{
    text-align: center;
    font-family: "Anton" , sans-serif;
    /* 3d */
    perspective: 350px;
    padding-top: 230px;
    font-size: 22px;
}

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

.anton-regular {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

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

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