@font-face {
  font-family: 'Open Sans';
  src: url("/static/OpenSans-Regular.ttf"); }

@font-face {
  font-family: 'Rozha One';
  src: url("/static/RozhaOne-Regular.ttf"); }

html, body {
  margin: 0;
  background: #111111;
  font-family: 'Open Sans';
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6); }

h1 {
  font-family: 'Rozha One';
  color: #FFFFFF;
  font-size: 64px;
  margin: 0; }

h2 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 24px;
  margin: 0 0 16px; }

a {
  color: #007AFF;
  text-decoration: none;
  transition: .2s ease; }
  a:hover, a:focus {
    text-decoration: underline; }

.app {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.container {
  display: flex;
  align-items: center;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px; }

.hero {
  background: #222222;
  padding: 96px 0; }
  .hero__container {
    justify-content: space-between; }
    @media (max-width: 720px) {
      .hero__container {
        flex-wrap: wrap-reverse;
        justify-content: center;
        text-align: center; } }
  @media (max-width: 720px) {
    .hero__content {
      width: 100%;
      padding-top: 32px; } }
  .hero__portrait {
    max-width: 256px;
    max-height: 256px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }
  .hero__link {
    margin-top: 32px;
    display: block; }

.socials {
  padding: 48px 0; }
  .socials__container {
    justify-content: space-around;
    flex-wrap: wrap; }
  .socials__link {
    transition: .2s ease;
    opacity: .6;
    display: flex; }
    @media (max-width: 576px) {
      .socials__link {
        width: 100%;
        justify-content: center;
        margin: 8px 0; } }
    .socials__link:hover, .socials__link:focus {
      opacity: 1; }

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding: 2rem 0; }
  .footer__link {
    color: rgba(255, 255, 255, 0.6); }
    .footer__link:hover, .footer__linkfocus {
      color: rgba(255, 255, 255, 0.8); }

.impressum__subheading {
  margin-top: 96px; }

.impressum__footer {
  padding: 32px; }
  .impressum__footer .footer__link {
    color: rgba(255, 255, 255, 0.8); }

