* {
  box-sizing: border-box;
}

html {
  font-family: 'ubuntu mono', Menlo, Consolas, Monaco, Liberation Mono,
    Lucida Console, monospace;
  background: #fff;
  color: #222;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  justify-content: center;
  height: 100%;
  background: url(/rss.svg) no-repeat;
  background-size: 50vh;
  background-position: 90% 90%;
}

input {
  font-family: 'ubuntu mono', Menlo, Consolas, Monaco, Liberation Mono,
    Lucida Console, monospace;
}

h1 {
  margin-top: 0;
  line-height: 48px;
}

body {
  padding: 20px;
  margin: 0;
  margin-top: 8vh;
  max-width: 720px;
}

input {
  font-size: 24px;
  line-height: 36px;
  padding: 4px;
  background: #eee;
  border: 2px solid black;
  border-radius: 4px;
}

.button {
  padding: 4px 36px;
  background: #111;
  cursor: pointer;
  color: #efefef;
}

.button:hover {
  background: #000;
  color: #fff;
}

label {
  font-weight: bold;
  display: block;
  margin: 20px 0;
  font-size: 150%;
}

.flex-h {
  display: flex;
  flex-wrap: wrap;
}

.flex-grow {
  flex-grow: 1;
}

input {
  /* margin-right: 20px; */
  margin-bottom: 20px;
}

p.reply {
  border: 4px solid rgb(249, 165, 1);
  padding: 16px;
  border-radius: 4px;
  background: white;
}
