body {
    color: white;
    background: rgba(27,27,27,255);
    
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
  
}

nav {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 15px 30px;
  border-bottom: 1px solid #eee;
  font-family: inherit;
  font-size: 17px;
}

nav a {
  text-decoration: none;
  color: #333;
  transition: 0.2s;
}

nav a:hover {
  text-decoration: underline;
}

header {
    * {
    text-align: center;

    }
    h1 {
        margin-top: 5%;
        color: red;
        line-height: 0%;

    }
    
}

time {
    font-family: monospace;
    color: #888;
    font-size: 10pt;
}

footer {
    text-align: bottom;

}

a {
    text-decoration: none;
    color: cadetblue;

}