body  {
  background-color: SEAshell;
  text-align: center;
  font-family: monospace;
  color: #474747;
  margin: 10px auto;
  max-width: 600px;
}
img {
  width: 500px;
  max-width: 80%;
  max-height: auto;
}
#day {
  display: block;
  margin: 0 auto;
}
#tada {
  text-align: left;
  white-space: pre-wrap;
}
.what {
  font-size: 0.3em;
}
input {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font-family: monospace;
  font-weight: bold;
  text-decoration: underline; 
}
select {
  background: none;
  color: inherit;
  border-radius: 0px;
  padding: 2px;
  font-family: monospace;
  font-weight: bold;
}
#bar {
  display:table;
  margin: auto;
  width: 600px;
  max-width: 95vw;
  border-radius: 7px;
  border-style: solid;
  border-width: 2px;
  border-color: #474747;
  height: 3em;
}
a {
  color: inherit;
  font-weight: bold;
}
#right{
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
}
#lessright{
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
}
#lessleft{
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
}
#left {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
}
#middle{
  display: table-cell;
  vertical-align: middle;
}
#homewords {
  font-size: 2em;
}
#anings {
  font-size: 1em;
  text-align: left;
  margin: 0.5em;
  line-height: 1.2;
}
#there {
  cursor: pointer;
}
