html, body{
  background-color: #A2AEC9;
}

.no_scroll_bar::-webkit-scrollbar {
  display: none;
}

p, a, span{
  color: #FFFFFF;
  text-align: center;
}

#participants{
  position: fixed;
  top: 14px;
  left: 20px;
  right: 20px;
  font-family: 'Meteor';
  font-size: clamp(27px, 4.5vw, 100px);
  line-height: 90%;
}

a{
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
  text-decoration-thickness: 2.5%;
  text-underline-offset: 7%;
}


.bottom{
  /* z-index: 9999999; */
  font-family: 'Meteor';
  font-size: clamp(20px, 2.5vw, 60px);
  text-decoration-thickness: 4%;
  background-color: #A2AEC9;
  padding: 2px 6px 6px 6px;
}

#course_link{
  position: fixed;
  bottom: 10px;
  left: 14px;
}

#logo {
  position: fixed;
  bottom: 10px;
  right: 20px;
}



#image-container {
  z-index: 10;
  position: fixed;
  top: 0; 
  /* left: 0; */
  /* width: 100vw; */
  /* height: 100vh; */
  /* overflow: hidden; */
  /* pointer-events: none; */
}
.random-image {
  position: absolute;
  box-shadow: 2px 5px 12px #41468958;
  cursor: grab;
}