body {
 color: #808080;
 background-color: #002020;
 text-align: center;
 margin: 0px;
 min-width: 1024px;
 height: 2000px;
}
main {
 width: 61.8%;
 margin-left:auto;
 margin-right: auto;
}
h1 {
 font-size: 5rem;
}
h2 {
 font-size: 3rem;
}
p {
 font-size: 1rem;
}
ul {
 list-style-type: none;
 overflow: hidden;
 margin: 0;
 padding: 0;
}
ul li {
 float: left;
 text-align: center;
}
a {
 color: #c0c0c0;
 font-weight: bold;
 padding: 10px 10px;
 text-decoration: none;
}
ul li a:hover {
 background-color: #002020;
 color: #f0f0f0;
 text-decoration: underline;
}
nav {
 display: flex;
 justify-content: center;
 background-color: #082828;
 font-size: 2rem; 
 color: #c0c0c0;
 top: 0px;
 align-items: center;
}
