button.style2 {
    background: #18855F;
    border-radius: 0;
    border: none;
    padding: 8px 16px;
    height: auto;
    transform: all .3s ease;
}

button.style2:hover {
    background: #125F44;
}
