body {
  font-family: 'Domine', serif;
  margin: 0;
}

#nyt {
  font-size: medium;
  font-color: Gray;
  padding-bottom: 3em;
}

#outer-container {
  position: absolute;
  text-align: center;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

#inner-container {
  padding-left: 20%;
  padding-right: 20%;
}

#refresh-container .material-icons {
  color: rgb(209, 165, 187);
  cursor: pointer;
  font-size: xx-large;
  padding-bottom: 1em;
  vertical-align: text-bottom;
}

.qanda {
  font-size: x-large;
  padding-bottom: 0.5em;
}

@media only screen and (max-width: 575px) {
  #compose-window {
    width: 90%;
  }
  #refresh-container .material-icons {
    font-size: x-large;
  }
  #inner-container {
    padding-left: 10%;
    padding-right: 10%;
  }
}