html .cog-body, :root:root:root:root:root .cog-body {
  font-size: 2em;
  margin: 0 3em;
}
input, textarea {
  font-size: 2em;
}
button,button:focus,button:visited {
  background: none white;
  border:solid 2px black; 
  border-radius:8px;
  padding:0.5em 0 0.5em;
  width:66%;max-width:240px;
  font-size: 1.2em;
}
button:hover { 
  border: solid 2px blue;
}
button:active {
  background: none black;
  border:solid 2px white;
  color: white;
}
