html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  position: relative;
  margin: 0;
  padding-bottom: 6rem;
  min-height: 100%;
  font-family: sans-serif;
}

button {
    margin: 0 16px;
    border-radius: 4px;
    padding: 8px 20px;
    background-color: #eee;
}

.searchbutton {
    font-weight: bold;
}

input {
    padding: 8px 16px;
    margin: 8px 0;
    border: 1px solid #888;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #f8f8f8;
}

.content {
  margin: 0 auto;
  padding-top: 192px;
  text-align: center;
}

.content h1 {
  margin-top: 0;
}

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #eee;
  text-align: center;
  font-size: small;
  color: #444444;
}
