
.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: center;
    justify-content: center;
}
.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;
}