.btn_web1 {
    text-align: center;
    text-transform: uppercase;
    padding-top: 16px;
    padding-bottom: 14px;
    cursor: pointer;
}

.btn_web1:hover {
    opacity: 0.9;
}

.btn_web1:active {
    text-decoration: none;
}

.btn_web1:visited {
    text-decoration: none;
}

.btn_web2 {
    text-align: center;
    text-transform: uppercase;
    padding-top: 16px;
    padding-bottom: 14px;
    cursor: pointer;
    width: 20%
}

.btn_web1:hover {
    opacity: 0.9;
}

.btn_web1:active {
    text-decoration: none;
}

.btn_web1:visited {
    text-decoration: none;
}

.btn_web3 {
    text-align: center;
    text-transform: uppercase;
    padding: 7px 10px;
    cursor: pointer;
}