body, h1, h2, h3, h4, p {
  font-family: "Lucida Console", "Courier New", monospace;
  text-align: justify;
text-justify: inter-word;
}

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

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

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

ul {
  list-style: square outside;
}

hr.one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

img {
  max-width:25%;
  float: left;
  margin-right: 20px;
  padding-top: 10px;
}

.wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 100vh;
  align-items: center;
  justify-items: center; /* adjusted */
}

.centerthis {
  align-self: center;
  justify-self: center;
  width: 40%;
}
