html {
  width: 100%;
  background: #383838;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0;
  padding: 0;

  body {
    margin: 0;
    padding: 1em;
    background: #383838;
    min-width: 600px;
    max-width: 960px;
    min-height: 100vh;

    h1 {
      background: white;
      color: #333;
      border: 1px solid black;
      border-width: 1px 0;     
      position: relative;
      left: -0.5em;
      top: -0.5em;
      width: calc(100% + 0.5em - 3px);
      padding: 0.3em;
    }

    p {
      font-size: 1.5em;
      font-family: Cabin;
    }
  }
}

body {
  font-family: Merriweather;
  background-color: var(--color-bg);
}

h1 {
  color:white;
}

#years {
  color:white;
  font-size:30pt;
}

#startYear {
  color:#346888; /* CC3300;  */
}

#endYear {
  color: #c1e7ff; /* FF9900;  */
}

#description, #stories {
  margin:20px;
  color:white;
  width:50vw;
}

.bird {
  display:inline-block;
  position:relative;
  margin-right:10px;
  top:0px;
}

.birdLabel {
  font-size:0.6em;
  display:block;
  position:relative;
  left:0px;
  width:100%;
  height:50px;
  top:20px;
  z-index:3;
  overflow:hidden;
  color:white;
}


.start {
  margin-top:50px;
  display:block;
  position:absolute;
  left:0px;
  top:0px;
  background-color:#346888FF; /* CC3300FF; -- what do those trailing FF do? for transparency  */
  /* YES to question 2: Can you change the colours in the blocks?
 */
  color:rgba(0,0,0,0.5);
}


.end {
  margin-top:50px;
  display:block;
  left:0px;
  top:0px;
  position:absolute;
  background-color:#c1e7ffFF; /* FF9900FF; */
  color:rgba(0,0,0,0.5);
}

.front {
  z-index:2;
}

.num {
  font-size:10px;
  position:relative;
  z-index:10;
  margin:3px;
  font-weight:bold;
}

.main {
  position:relative;
}
