body {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8) ), url('strut.png');
  background-repeat: repeat;
  background-size: 300px;
  color: white;
  font-family: Garamond;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  margin: 0;
  text-align: center;
}

.container {
  display: flex;
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 800px;
  padding-top: 40px;
}

.container img {
  max-width: 70%;
  height: auto;
  margin-bottom: 20px;  
}

h1, h2, p {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.retro-button {
  background-color: #f0f0f0;
  border: 2px solid #000;
  padding: 10px 20px;
  font-size: 20px;
  font-family: "Garamond";
  color: #000;
  cursor: pointer;
  margin-top: 20px;
  box-shadow: 2px 2px #888888;
}

.retro-button:hover {
  background-color: #d3d3d3;
}