* {}

body {
    background-color: lightblue;
    font-family: monospace;
    color: gray;
    max-width: 800px;
    margin: auto;
    padding: 20px;
    padding-bottom: 100px;
}

nav {
  background-color: white;
  padding: 20px;
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 500px;
  text-align: center;
  border-top: 10px;

}


h1 {
    color: red;
    font-weight: lighter;
}

h2 {
  font-size: 16px;
  font-weight: normal;
}

p, ol, ul {
  font-size: 24px;
  font-weight: bold;
  border-radius: 25px;
}

ol, ul {
  list-style-position: inside;
  padding-inline-start: 0;
}

ul {}

li {}

footer {}

small {}

figure {
  max-width: 400px;
  margin: 0;
}

figcaption {
  text-align:
}

img {
  width: 100%;

}

a:link {
    color: gray;
    text-decoration: underline;
}

a:visited {
    color: gray;
    text-decoration: underline;
}

a:hover {
    color: black;
    text-decoration: none;
}

a:active {
    color: black;
    text-decoration: none;
}
