span {
    color: #c7332c;
}

    #myspan {
        color: white;
    }

.modal__container {
    padding: 30px;
    border-radius: 4px;
    box-sizing: border-box;
}

.modal__content {
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.5;
    color: rgba(0,0,0,.8);
}

.btn-primary {    
    font-family: Jost, sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 5px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    animation-delay: 0.8s;
    border: 0;
    background: #c7332c;
}

    .btn-primary:hover {
        background: #e78985;
    }

.btn-close {
    font-family: Jost, sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 5px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #444;
    animation-delay: 0.8s;
    border: 0;
    background: #fff;
}