html {
    height: 100%;
}
body {
    margin: 0;
    height: 100%;
    min-height: 400px;
}

button:hover {
    cursor: pointer;
}

button:focus, input:focus, select:focus {
    outline: 0;
}