/*  www.amxorial.eu
 *  fonts provided by Google Fonts
 */

@import url('https://fonts.googleapis.com/css2?family=Newsreader:wght@200&display=swap');

body {
  background-image: url("https://preview.redd.it/amj1nrmkuvg31.jpg?auto=webp&s=78b0d3ffbbefd2e2d5fec9f799b62616312c59c0");
  text-align: center;
}

h1 {
  font-family: 'Rubik', sans-serif;
  padding-bottom: 0px;
  color: #FF2D00;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  font-size: 36pt;
}

h2 {
  font-family: 'Rubik', sans-serif;
  display: block;
  color: #FF2D00;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  font-size: 24pt;
  position: relative;
  bottom: 12px
}

#page-container {
  display: inline-block;
  text-align: center;
  padding-top: 20%;
  margin: auto;
  width: 50%;
}