@font-face {
    font-family: iransans-light;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/1-IranSansWeb/IRANSansWeb_Light.eot");
    src: url("../fonts/1-IranSansWeb/IRANSansWeb_Light.eot?#iefix") format("embedded-opentype"), url("../fonts/1-IranSansWeb/IRANSansWeb_Light.woff2") format("woff2"), url("../fonts/1-IranSansWeb/IRANSansWeb_Light.woff") format("woff"), url("../fonts/1-IranSansWeb/IRANSansWeb_Light.ttf") format("truetype"
        );
}
.dontcopy {
    background-color: rgb(221, 74, 74);
    color: white;
    font-size: 20px;
    text-align: center;
    display: flex;
    width: 100%;
    position: relative;
    padding: 1rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    z-index:5;
    position: absolute;
    bottom:0;
}
.dontcopy p {
    color: white;

}
.dontcopy button {
    background-color: #8ed457;
    color: white;
    padding: 1rem;
    margin-top: 1rem;
    cursor: pointer;
}
.dontcopy button a {
    color: white;
    font-size: 16px;
}