/* CSS Document */
body{
background-color: #18151F;
background-image: url("instaback.webp");
background-repeat: no-repeat;
background-position: top;
color:#fff;
font-size:1.5rem;
}

.mycard{
display: inline-block;
width:calc(100% / 2.1) ;

}

.clipboard-success{
display: none;
}