.green-button {
    background-color: #10C424;
    color: #fff;
    padding: 5px 10px;
    font-weight: 800;
    border-radius: 6px;
    text-decoration: none;
}
.blue-button {
    background-color: #323EC1;
    color: #fff;
    padding: 5px 10px;
    font-weight: 800;
    border-radius: 6px;
    text-decoration: none;
}