*{
  box-sizing: border-box;
}

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

nav{
background-color: white;
color: black;
padding: 20px;
position: fixed;
left: 0px;
bottom: 0px;
width: 100%;
border: 5px solid green;
text-align: center;
opacity: 0.90;
border-radius: 20px;
}

nav a{
  color:black;
  font-weight: bold;
}

h1 {
  color:white;
}

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

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

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

footer{}

a{}

ul{}

li{}

small{}

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

link{
color: grey;
}

img{
  width: 50%;
}

figcaption{}

  a:link{
    color: gray;

  }

  a:visited{
    color: blue;

  }

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

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