.share-button {
  display: inline-block;
  color: #0b132b;
  background-color: #fff;
  border-radius: 35%;
  padding: 8px;
  padding-right: 30px;
  transition: background-color 0.3s ease;
}

.share-button:hover {
  color: #ea0200;
}

.share-button i {
  font-size: 26px;
}

.share_align{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fun-facts-card{
  background-color:#0b132b ;
  color:#fff;
  margin: 1rem;
  padding:4rem; 
  border-radius: 20px; 
  margin-bottom:2rem ;
  text-align: justify; 
}

.fun-facts-card p{
  font-style: italic;
}

.fun-facts-card h2{
  color:#ea0200 !important; 
}

.fun-facts-title{
  color:#ea0200 !important; 
}


/* Blog list marker style */
li::marker {
  font-size: 1.4em;
}

/* css for copylink div */

.shareLink .permalink {
  position: relative;
  border-radius: 30px;
}
.shareLink .permalink .textLink {
  text-align: center;
  padding: 12px 60px 12px 30px;
  height: 45px;
  width: 450px;
  font-size: 16px;
  letter-spacing: 0.3px;
  color: #494949;
  border-radius: 25px;
  border: 1px solid #f2f2f2;
  background-color: #f2f2f2;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .shareLink .permalink .textLink {
    width: 100%;
  }
}
.shareLink .permalink .textLink:focus {
  border-color: #d8d8d8;
}
.shareLink .permalink .textLink::-moz-selection {
  color: #fff;
  background-color: #ff0a4b;
}
.shareLink .permalink .textLink::selection {
  color: #fff;
  background-color: #ff0a4b;
}
.shareLink .permalink .copyLink {
  position: absolute;
  top: 50%;
  right: 180px;
  cursor: pointer;
  transform: translateY(-50%);
}
.shareLink .permalink .copyLink:hover:after {
  opacity: 1;
  transform: translateY(0) translateX(-50%);
}
.shareLink .permalink .copyLink:after {
  content: attr(tooltip);
  width: 140px;
  bottom: -40px;
  left: 50%;
  padding: 5px;
  border-radius: 4px;
  font-size: 0.8rem;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  background-color: #000000;
  color: #ffffff;
  transform: translateY(-10px) translateX(-50%);
  transition: all 300ms ease;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .shareLink .permalink .copyLink{
    right : 60px;
  }
}

@media screen and (max-width: 990px) {
  .shareLink .permalink .copyLink{
    right : 140px;
  }
}

@media screen and (max-width: 764px) {
  .shareLink .permalink .copyLink{
    right : 20px;
  }
}