body{
    text-align: center;
    height: 100vh;
    overflow: hidden;
    background-color: #232323;
    color: white;
}

h1{
    font-size: 3rem;
    font-family: "Honk", system-ui;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:"MORF" 15,"SHLN" 50;
}

h2,h3{
    font-family: "Joti One", serif;
    font-weight: 400;
    font-style: normal;
}

h1, h2, h3{
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2; 
}

.btn{
    height: 125px;
    width: 125px;
    border-radius: 20%;
    border: 20px double black;
    margin: 1rem;
}

.container{
    position: fixed;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.pink{
    background-color: #d95980;
}

.yellow{
    background-color: #f99b45;
}

.lime{
    background-color: #63c0ad;
}

.blue{
    background-color: #819ff9;
}

.gameFlash{
    background-color: yellow;
}

.userFlash{
    background-color: yellowgreen;
}

.leaf-tag {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  color: #888;
  transition: all 0.3s ease;
}