
   .mybutton {
    background-color: #ff3c3c;
    color: #fff;
    padding: 16px 35px;
    border-radius: 10px;
    font-size: 17px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    display: block;
    margin: 15px auto;
    cursor: pointer;
    text-shadow: none;
    border: none;}
    .mybutton:hover {
    background-color: #ff6d6d;
    transition: .5s;
}
