@import 'https://fonts.googleapis.com/css?family=Gentium+Book+Basic';

html {
    background: url(../images/bike2.webp) no-repeat center 30% fixed;
    background-size: cover;
    height: 100%;
}

a:link, a:visited {
  color: #c17d32;
}

body {
  font-family: sans-serif;
  line-height: 1.5em;
  margin: 1em;
}

main {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #b7b5ad;
  width: fit-content;
  padding: 1em;
}

.u-photo {
  display: none;
}

h1 {
  font-family: "Gentium Book Basic";
  font-size: 2.3em;
  line-height: 1em;
  margin: 0 0 0.3em;
}

@media (max-width: 600px) {
  h1 {
    font-size: 2.0em;
  }
}

h1 a:link, h1 a:visited {
  color: #000;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}
