body { 
background-color: #232323;
color: #c28445;
font-family: Hack, monospace; 
	font-size: 2.5vmin;
	
}
.Aligner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
}

.center {
  list-style-type: circle;
}

.Aligner-item--top {
  align-self: flex-start;
}

.Aligner-item--bottom {
  align-self: flex-end;
}
a:link {
    text-decoration: none;
    color: inherit;
}

a:visited {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: underline;
    color: inherit;
    font-weight:bold;
}

a:active {
    text-decoration: underline;
    color: inherit;
}
