@font-face {
  font-family: germania;
  src: url(fonts/germania_font.otf);
}

body {
  background-image: url("holding_hands.png"), url("sanctuary_bg.jpg");
  background-size: 30%, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: right top, left top;
}

#main_image {
  max-width: 30%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

h1 {
  font-size: 800%;
  text-align: left;
}