h1 {
font-family:Monospace;
color:Orange;
font-size:30px;
text-align:right;
}

h2 {
font-family:Monospace;
color:Orange;
font-size:24px;
}

h3 {
font-family:Monospace;
color:Orange;
font-size:22px;
}

h4 {
font-family:Monospace;
color:White;
font-size:20px;
font-style: oblique;
text-align:left;
}

p {
font-family:Monospace;
color:White;
font-size:18px;
text-align:left;
}

figcaption {
font-family:Monospace; 
color:Yellow; 
font-size:14px; 
text-align:left;
}

img {
  display: block;
    }

a:link {
color: lightgreen;
background-color: transparent;
text-decoration: none;
}

a:visited {
color: pink;
background-color: transparent;
text-decoration: none;
}

body {
  background-color: rgb(10, 10, 10);
}

div {
  display: block;
  background-color: rgb(10, 20, 41);
  margin: 0 auto;
  float: none;
  text-aling: left;
  padding-right: 100px;
  padding-left: 100px;
  padding-top: 20px;
  padding-bottom: 200px;
  border: 2px solid Orange;
  max-width: 860px;
  min-height: 1080px;
}  
