
/* Vertical Navbar Links*/
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 200px;
  background-color: #f1f1f1;
}
body {
  margin: 0;
  padding: 0;
}

li a {
  display: block;
  color: #000;
  padding: 10px 16px;
  text-decoration: none;
}

li a.active {
  background-color: #9c4fff;
  color: #ffffff;
}

li a:hover:not(.active) {
  background-color: #6f6f6f;
  color: white;
}

.white-square {
  width: 200px;
  height: 1000px;
  background-color: #f1f1f1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10; 
  border: 3px solid #cfcfcf;

}
.white-square2 {
  width: 100rem;
  height: 13rem;
  background-color: #f1f1f1;
  position: fixed;
  top: 0;
  left: 0;  
}

.storyCircles{
  padding: 1rem;
  display: flex;
  gap: 2rem;
  position: fixed;
  left: 203px;
  top: 75px;
}

.story{
  height: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.image-circle{
  height: 5rem;
  border-radius: 50%;
  border: 3px solid #9c4fff;
}

.story-text{
  margin: 0;
}

.white-square3 {
  width: 100rem;
  height: 4rem;
  background-color: #f1f1f1;
  position: fixed;
  left: 203px;  
  border: 0.3rem solid #cfcfcf;
  display: flex;
}

.text1, .text2{
  cursor: pointer;
  align-self: center;
  padding: 1rem;
}

.img{
  width: 100%;
}




