/* body{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background:#E1EEFF;
} */
a{
 text-decoration:none;
 color:#2F8AFF;
}
.carousel-container {
 position:relative;
 width:100%;
 transform: rotate(90deg);
}
.carousel-main {
 height:300px;
 width:100%;
 position:relative;
 margin-bottom:1.5em;
 font-size:12px;
 font-family: Arial;
}
.carousel-feature {
 position:absolute;
 top:-1000px;
 left:-1000px;
 border-radius:10px;
 /* cursor:pointer; */
 text-align:center;
 /* box-shadow:0 0 15px 3px rgba(0,0,0,.1); */
 /* background-color:#fff; */
 a{
   font-size:18px;
 }
}
.carousel-image {
  height: fit-content;
 border:0;
 display:block;
 transform: rotate(-90deg);

}
p{
 text-align:left;
}


