* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 13.5px;
    line-height: 1.125;
    background-color: rgba(70, 130, 180, 1.0)
}

.container {
    display: flex;
    flex-direction: column;
    align-self: center;
    background-color: rgba(220, 20, 60, 0.5);
}

.header {
    align-self: top;
    background-color: rgba(204, 51, 204, 0.75);
}

.nav {
    align-self: left;
    background-color: rgba(167, 199, 231, 0.75);
}

.navbar {
    align-self: left;
    background-color: rgba(135, 206, 235, 0.5);
}

.main {
    align-self: center;
    background-color: rgba(204, 0, 204, 0.5);
}

.footer {
    align-self: bottom;
    background-color: rgba(0, 0, 128, 0.25);
    font-size: 2.5em;
}

a:link {
  color: #7d9671;
  font-size: 3.0em;
}

h2 {
  font-size: 4.5em;
}

h4 {
  font-size: 4.0em;
}

h6 {
  font-size: 3.5em;
}

p {
  font-size: 2.0em;
}

.instructions {
  color: 	rgba(249, 246, 238, 0.86);
}

/*.main ol li {

}*/