@font-face {
  font-family: "Orator";
  src: url("OratorStd.otf") format("opentype");
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  background: #9bcccb;
  background: #b76b78;
  width: 100%;
  padding: 1.5em;
  color: white;
  font-family: "Orator";
  font-size: 20px;
  /* text-align: center; */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

strong {
  font-size: 1.25em;
  font-weight: 500;
}

a, a:visited {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: silver;
}

p {
  margin: 0;
}

.logo {
  --width: 15em;
  max-width: var(--width);
  margin: 0 0 1em 0;
}