@import url('https://fonts.googleapis.com/css2?family=Chewy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap');

body {
  background-color: #eeeeee; }

.reveal {
  font-family: "Lato", sans-serif; }

.reveal section > div {
  padding: 0.5em 0px; }

.reveal section h1 {
  font-size: 3em;
  margin-top: -0.85em;
  margin-left: -2.5em;
  margin-right: -2.5em;
  margin-bottom: 0.7em;
  padding-top: 0.8em;
  padding-bottom: 0.6em;
  clip-path: ellipse(60% 100% at 50% 0%); }

::selection {
  color: white;
  background: #aa2233;
  text-shadow: none; }

::-moz-selection {
  color: white;
  background: #aa2233;
  text-shadow: none; }