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


:root {
  --background-image: url('./images/winter.png');
}


html {
  font-family: 'Roboto Condensed', sans-serif;
}

html, body {
  margin: 0;
  padding: 0;
  color: black;
  font-family: sans-serif;
  font-size: 2em;
}

body {
  background: var(--background-image) no-repeat center center fixed;
  background-size: cover;
  background-color: #b7c1c8;
}

h1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1em;
  text-align: center;
  margin: 0;
  padding: 0;
  color: white;
  z-index: 43;
}

footer {
  position: fixed;
  bottom: 0;
  padding: 0 0 10px;
  padding-bottom: max(10px,env(safe-area-inset-bottom));
  margin: 50px 0 0;
  z-index: 42;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  width: 100%;
  color: black;
  font-family: roboto condensed;
}


footer a {
  color: black;
}
