.ContentBlock {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content:center;
    align-items: center;
    flex-flow: column;
}

.ContentBlock p {
        text-align: center;
        font-size: 28px;
}

.btn {
    border: 0px;
    width: 460px;
    height: 140px;
}

#yes_btn {
    background: url(../images/05/button_address_yes.png) no-repeat;
}

.btn:hover {
    cursor: pointer;
}

#no_btn {
   background: url(../images/05/button_address_no.png) no-repeat;
}

.ContentBlock input {
    margin: 30px 25px;
}
