@import url("style.css");

input,
button {
    color: white;
    background-color: black;
    border: 2px solid #eee;
    border-radius: 4px;
    font-size: 18px;
    font-family: "Roboto Mono", monospace;
    margin: 5px 0;
}

button {
    color: #61dafb;
    border-color: #61dafb;
    font-weight: bold;
    padding: 8px;
}
button:hover {
    border-color: black;
    border-bottom-color: initial;
}
button:active {
    background-color: white;
}
