html {
  height: 100%;
}

body {
  font-family: Ubuntu, futura, Helvetica, sans-serif;
  font-size: 36px;
  color: white;
  background-color: black;
  background-image: url(media/wily-website-me.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0;
  height: 100%;
  text-shadow: 0px 0px 2px hsla(0, 0%, 0%, 0.5);
  word-break: break-all;
}

ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2em;
}

li {
  margin-bottom: 0.8em;
}

a:link {
  color: white;
  text-decoration: none;
  font-size: 1.5em;
}

a:visited {
  color: white;
}

.highlight {
  background-color: hsla(0, 0%, 0%, 0.25);
  border-radius: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

@media all and (max-width: 320px) {
  .name {
    font-size: 1em;
  }
  .project {
    max-width: 320px;
  }
  ul {
    margin-top: 0;
  }

}
