.dialog__bg{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
    z-index: 50;
    display: flex;
    justify-content: center;
    align-content: center;
}
.dialog__HTML{
    background-color: #f8ece3;
    width: 300px;
    /*height: 100px;*/
    position: absolute;
    top: 30%;
    padding-top: 30px;
}
.dialog__button{
    background-color: #60452f;
    border: none;
    width: 87px;
    margin: 0 auto;
    color: #fff;
    font-size: 20px;
    border-radius: 10px;
    border: 0;
    padding: 4px 8px 4px 8px;
    border-bottom: 3px solid #4c3726; 
    text-decoration: none;
    margin: 20px;
}
.dialog__button:hover {
    transition: .4s;
    color: #000;
    text-decoration: none;
}