
body{


font-family: 'Itim', cursive;
background-color:rgb(110,150,235);
color: white;
z-index: -2;
}

::-webkit-scrollbar{




}



.title{
font-size: 2.5vw;
position: absolute;
text-indent: 2vw;
line-height: 1.2vw;
margin-top: 1vw;
}

.tooltiptext{
font-size: 1.0vw;
background-color: none;




}

#maindiv{
font-family: 'Itim', cursive;




}


#caption{
position: relative;
height: 50%;
margin-top: 5vw;
margin-left: 8vw;
padding-left: auto;

width: 50%;

}





/* Style the navigation menu */
.navbar {
  width: 100%;
  background-color: rgba(120, 160, 240, 10.0);
  overflow: hidden;
}

/* Navigation links */
.navbar a {
  float: left;
  padding: 5px;
  color: white;
  text-decoration: none;
  font-size: 17px;
  width: 23%; /* Four equal-width links. If you have two links, use 50%, and 33.33% for three links, etc.. */
  text-align: center; /* If you want the text to be centered */
}

/* Add a background color on mouse-over */
.navbar a:hover {
  background-color: rgba(125, 165, 245, 10.0);
  color: white;
}

/* Style the current/active link */
.navbar a.active {
  background-color: rgba(125, 165, 245, 10.0);
}

/* Add responsiveness - on screens less than 500px, make the navigation links appear on top of each other, instead of next to each other */
@media screen and (max-width: 500px) {
  .navbar a {
    float: none;
    display: block;
    width: 100%;
    text-align: left; /* If you want the text to be left-aligned on small screens */
  }
}
