body {
  display: block;
}

main {
  padding: 20px 50px;
  display: block;
}
main p, main a, main br {
  font-size: 18px;
}
main p {
  margin: 10px 0 20px;
}

#options {
  background: #dee2df;
  margin: 0;
  border-radius: 10px;
  width: 275px;
  height: 50px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
}
#options button, #options .button, #options .btn {
  font-size: 16px;
}

/*# sourceMappingURL=copyright.css.map */
