/* glassmorphism  */



.iconstyle {
    color: #b55353;
    width: 100%;
    font-size: 110px!important;
    padding: 10px;
}
.basic {
    border-radius: 8px;
    height: 200px;
    background: rgb(255 104 104 / 40%);
    position: relative;
}

.blur {
      position: absolute;
    bottom: 25px;
    right: 162px;
    width: 200px;
    height: 200px;
    background: rgb(222 255 88 / 40%);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.2);
}
/* end glassmorphism  */
/* footer start */
footer.page-footer {
  bottom: 0;
  color: #fff;
  left: 0;
  position: fixed;
  right: 0;
}

.font-small {
  font-size: 1.6rem;
}
.text-center {
  text-align: center !important;
}
.py-3 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}

footer.page-footer .footer-copyright {
  overflow: hidden;
  background-color: rgba(0,0,0,.3);
  /* color: rgba(255,255,255,.6); */
}
.footer-copyright > a {
  color: #fff;
  text-decoration: none;
}
.footer-copyright > a:hover {
  color: rgb(245, 102, 102);
  
}
/* footer end */


