/* Add here all your css styles (customizations) */

@import url(../fonts/static/Epilogue-Bold.ttf);


@font-face {
    font-family: Epliogue;
    src: url('../fonts/static/Epilogue-ExtraBold.ttf');
  }
  
.nft {
    color: rgb(237, 81, 194);
    font-size: 55px;
    font-family: Epliogue, sans-serif;
   

}

/*Start whatsapp CSS */
.whatsapp_float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #0088cc;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.whatsapp-icon {
    margin-top: 16px;
}
/* for mobile */
@media screen and (max-width: 767px) {
    .whatsapp-icon {
        margin-top: 10px;
    }

    .whatsapp_float {
        width: 50px;
        height: 50px;
        bottom: 30px;
        right: 20px;
        font-size: 24px;
    }
}
/*End Whatsapp CSS*/
