img{
    display: block;
    width: 100%;
    height: 600px;
    margin-top: 1em;
    border-radius: 1em;
    box-shadow: 15px 15px 5px grey;
  }
  .dot {
    height: 1px;
    width: 1px;
    margin: 0 20px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  * {box-sizing: border-box;
    margin: 0px;
    padding: 0px;}
    
 .slideshow-container {
      width: 90%;
      position: relative;
      margin: auto;
      margin-top: 1em;
      border-radius: 30%;
    }
    .fest{
      font-size: 64px;
      font-family:fantasy;
      margin-left: 20px;
      margin-right: 10px;
      margin-top: 10px;
      height: 90px;
      margin-left: 40px;
      color: darkmagenta;
  
  
  }
  
.content{
    font-size: 35px;
    font-family:cursive;
    /* margin:1rem; */
}
@media(max-width:500px){
  .content{
    font-size: 25px;
    font-family:cursive;
    /* margin:1rem; */
}
.fest{
  font-size: 54px;
  font-family:fantasy;
  margin-left: 20px;
  margin-right: 10px;
  margin-top: 10px;
  height: 90px;
  margin-left: 40px;
  color: darkmagenta;


}

}