.buttonstyle {
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
    width: 100%;
    max-width: 400px;
    height: 50px;
    background-color: #3a59ca;
    color: #ffffff;
    font-size: 25px;
    font-weight: 300;
    border-radius: 5px;
    border-style: none;
    cursor: pointer;
}

.button-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    color: #ffffff;
    background-color: #5ec067;
    border-radius: 68px;
    margin-top: 29px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
    border-style: none;
    border-color: #000000;
    box-shadow: 6px 7px 9px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

button.button-link:hover {
    background-color: #50923c;
}