
button {

    border: none;
    background: none;
    background-color: azure;
    padding: 10px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
}

input {

    border: none;
    background: none;
    background-color: azure;
    padding: 10px;
    border: 1px solid black;

}