
.round_button2 {
    width: 256px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 8px 0 10px;
    color: #fff;
    background-color: #ee3333;
    border-radius:5px;
}

.round_button3 {
    width: 256px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 8px 0 10px;
    color: #fff;
    background-color: #0076d7;
    border-radius:5px;
}
