body {
  background-color: #a69080;
  margin: 0;
  padding: 0;
  font-family: "Courier New", Courier, monospace;
}
.about img {
  height: 350px;
}
header {
  text-align: center;
  background-color: grey;
  color: #3e362e;
  padding: 8px 0px;
}
header a {
  text-decoration: none;
  color: #3e362e;
}

img {
  width: 300px;
  height: 400px;
}
.image {
  text-align: center;
  border: 2px solid #3e362e;
  margin: 20px 100px;
  background-color: #a69080;
}

.image:hover {
  border: 3px solid #a69080;
  background-color: #3e362e;
}
