body {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    /* height: auto; */
    justify-content: center;
    background-color: black;
    overflow-x: hidden;
    overflow-y: scroll;
  }

  /* #preloader{
    background: #1da1f2 url(images/loader.gif) no-repeat;
    background-size: 50%;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 100;
  }
   */
  .image-container {
    margin-top: 3%;
    width: 250px;
    height: 350px;
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateY(0deg);
    transition: transform 0.7s;
    color: white;
  } 


  .heading{
    padding-top:5px;
    padding-bottom: 7px;
    top: 3%;
    color:white;
    display: flex;
    align-items: center;
    font-size: 24px;
    
  }
  
  
  .image-container span {
    box-shadow: 2px 4px 8px rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: rotateY(calc(var(--i) * 45deg)) translateZ(380px);
  }


  

.image-container span div.tweet-container{
  width: 275px;
  height: auto;
  overflow-y:auto;
  overflow-x:auto;
  scrollbar-gutter: stable;
  position: absolute;
  border: none;
  border-radius: 5px;
}
.image-container span div.tweet-container::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.image-container span div.tweet-container::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;
}

.image-container span div.tweet-container::-webkit-scrollbar-thumb {
  background-color: #1da1f2;
  border-radius: 100px;
}
  
  .btn-container {
    position: relative;
    width: 80%;
  }
  
  .btn {
    position: absolute;
    bottom: -70px;
    background-color: slateblue;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .btn:hover {
    filter: brightness(1.5);
  }
  
  #prev {
    left: 1%;
  }
  
  #next {
    right: 1%;
  }

  .heading2{
    padding-top:600px;
    padding-bottom: 10px;
    top: 3%;
    color:white;
    display: flex;
    align-items: center;
    font-size: 26px;
  }

  .image-container-2 {
    margin-top: 7%;
    position: 950px;
    width: 250px;
    height: 350px;
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateY(0deg);
    transition: transform 0.9s;
  } 
  
  
  .image-container-2 span {
    box-shadow: 2px 4px 8px rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: rotateY(calc(var(--i) * 45deg)) translateZ(380px);
  }

  

.image-container-2 span div.tweet-container{
  width: auto;
  height: 650px;
  overflow-y:auto;
  overflow-x:hidden;
  scrollbar-gutter: stable;
  position: absolute;
  border: none;
  border-radius: 5px;
}
.image-container-2 span div.tweet-container::-webkit-scrollbar {
  width: 5px;
}

.image-container-2 span div.tweet-container::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;
}

.image-container-2 span div.tweet-container::-webkit-scrollbar-thumb {
  background-color: #1da1f2;
  border-radius: 100px;
}

.btn-container2 {
  position: relative;
  width: 80%;
}

.btn2 {
  position: absolute;
  bottom: -70px;
  background-color: slateblue;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

.btn2:hover {
  filter: brightness(1.5);
}

#prev2 {
  left: 7%;
}

#next2 {
  right: 7%;
}
.footer footer{
  display: flex;
  margin-top: 10%;
  color: white;
  text-align: center;
  font-size: small;
}
footer footer a {
  color: purple;
}
.Hashtag-container div.sk-ww-twitter-hashtag-feed{
  
  width: 275px;
  height: auto;
  margin: 10px;
  overflow-y:auto;
  overflow-x:hidden;
  display: flex;
  flex-direction: column;
  justify-content: left;
  scrollbar-gutter: stable;
  border: none;
  border-radius: 5px;
}
.Hashtag-container div.sk-ww-twitter-hashtag-feed::-webkit-scrollbar {
  width: 5px;
}

.Hashtag-container div.sk-ww-twitter-hashtag-feed::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;
}

.Hashtag-container div.sk-ww-twitter-hashtag-feed::-webkit-scrollbar-thumb {
  background-color: #1da1f2;
  border-radius: 100px;
}