body {
  font-family: 'Roboto', sans-serif;
  overflow-y: hidden;
}

#img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  margin: 0;
  background: 
    url("cover.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

#lyrics {
  max-width: 55vw;
  margin-left: 10vw;
  overflow-y: scroll;
  height: 100vh;
  z-index: 1;
  position: sticky;
  padding-bottom: 20vh;
}

#title-block {
  margin-top: 75vh;
  margin-left: 70vw;
}

h1 {
  color: #c6b16e;
  margin: 0;
  padding: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

h2 {
  color: #ffffff;
  margin: 0;
  padding: 0 0 0 1%;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 2.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

p {
  color: #ffffff;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 2.0rem;
  font-weight: 550;
}

.section {
  padding-top: 80vh;
  padding-bottom: 5vh;
}

.wasted {
  color: #c6b16e;
  font-size: 2rem;
  line-height: 2.3rem;
  font-weight: 550;
}