.botton {
    background-color: white;
    color: black;
    border: 2px solid #f44336;
    padding: 3px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 12px;
    font-size: 12px;
}

.botton:hover {
    background-color: #4CAF50; /* Green */
    color: white;
}

.bottonM {
    background-color: grey;
    color: yellow;
    border: 2px solid orange;
    padding: 3px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 12px;
    font-size: 12px;
}

.bottonM:hover {
    background-color: blue;
    color: white;
}
