
body {
    font-family: 'Quicksand', sans-serif;
    font-family: 'Gentium Plus', serif;
    font-family: 'MuseoModerno', cursive;
    font-family: 'Quicksand', sans-serif;
    font-family: 'Space Mono', monospace;
    margin: 0 !important;
    padding: 0 !important;
}

#floating-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background-color: transparent; /* keep background clean */
  border: none;
  cursor: pointer;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  transition: transform 0.2s ease;
}

#floating-btn:hover {
  transform: scale(1.1);
}

#floating-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* keeps the whole image visible */
  border-radius: 8px;
}




#rcorners1 {
    border-radius: 25px;
    background-color: #6F4E37;
    align-items: center;
    justify-content: center;
    width: 200px;
    font-family: 'Quicksand', sans-serif;
    font-size: 50px;
  }

  .customName {
    margin: 0.3rem;
    font-family: 'Space Mono', monospace !important;
    font-size: 19px;
    color: whitesmoke;
  }

  .username {
    text-align: left !important;
    font-size: 1.5rem;
  }

  .praktikant {
    text-align: left !important;
    font-size: 1rem;
  }

  .timer {
    text-align: left !important;
  }

  .foodButton{
    margin: 0.2rem;
  }

  .coffeeButton{
    margin: 0.2rem;
  }

  .pauseButton {
    margin: 0.2rem;
  }

  .continueButton {
    margin: 0.2rem;
  }

  .resetButton {
    margin: 0.2rem;
  }

  .userBG {
    background-image: url("100x100.png");
    background-size: cover;
    background-position: center;
    height: 100%; 
    width: 100% !important;
}

.solid {
border: red solid 1px;
width: 50px !important;
height: 100% !important;

}



.box1 {
  background-color: #10454F;
  height: 25vh;
  padding-top: 0.5rem;
}

.box2 {
  background-color: #262b2c;
  height: 25vh;
  padding-top: 0.5rem;
}



  