
/* BUTTON1 */

.button {
    background-color: none; 
    border: 1px solid #0053b1;
    border-radius: 30px;
    color: #0053b1;
    padding: 10px 60px;
    text-align: center;
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    margin: 4px 2px;
    cursor: pointer;
  }

a.button {
    transition: all 0.5s;
}

a.button:hover {
    background-color: #0053b1;
    padding: 10px 50px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.0);
}



/* BUTTON2 */

.button2 {
    background-color: #39ac0c; 
    border-radius: 30px;
    color: #ffffff;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    font-weight: 800;
    font-size: 18px;
    margin: 4px 2px;
    cursor: pointer;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
}

a.button2 {
    transition: all 1s;
}

a.button2:hover {
    background-color: #083be2;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
}


/* BUTTON3 */

.button3 {
    background-color: #083be2; 
    border-radius: 20px;
    color: #ffffff;
    padding: 5px 50px;
    text-align: center;
    display: inline-block;
    font-weight: 300;
    font-size: 20px;
    margin: 4px 2px;
    cursor: pointer;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
}

a.button3 {
    transition: all 1s;
}

a.button3:hover {
    background-color: #ff7402;
    padding: 5px 50px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
}


/* BUTTON4 */

.button2 {
    background-color: #083be2; 
    border-radius: 30px;
    color: #ffffff;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    font-weight: 800;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
}

a.button2 {
    transition: all 1s;
}

a.button2:hover {
    background-color: #ff7402;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
}