button{
    background-color:#3BAF9F;
    display: block;
    margin: 20px 0px 0 px 20px;
    text-align: center;
    border-radius: 12px;
    border: 2px solid #266473;
    padding: 14px 110px;
    outline: none;
    color: white;
    cursor: pointer;
    transition: 0.25px;
}

button:hover {
    background-color: red;
}