button {
    font-family: inherit;
    border: none;
    outline: 0;
    padding: 8px;
    cursor: pointer;
    background-color: #DDDDDD;
    border-radius: 5px;
}

button:hover {
    background-color: white;
}

input {
    font-family: inherit;
    border: none;
    outline: 0;
}

input[type="text"] {
    padding: 8px;
}