body {
  background-color: #f2e9e4;
  font-family: "Times New Roman", Times, serif;
  line-height: 1.6;
  padding: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  letter-spacing: 1px;
  opacity: 0.98;
  display: block;
  transition: all 0.3s ease-in-out;
  z-index: auto;
  background-attachment: fixed;
}

.navigation {
  top: 10;
  width: 100%;
  background-color: #4a4e69;
  padding: 10px 0;
  z-index: 1000;
  text-align: center;
  visibility: visible;
  box-shadow: #c9ada7;
  transition: all 0.3s ease-in-out;
  animation: slideDown 1s ease-in-out;
}

.navigation a {
  text-decoration: none;
  color: white;
  font-size: 16px;
  margin: 0 15px;
  padding: 10px 15px;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
  opacity: 1;
}

.navigation a:hover {
  background-color: #c9ada7;
  color: white;
  cursor: pointer;
}

h1 {
  text-align: center;
  color: #22223b;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 70px;
  visibility: visible;
  margin-top: -5px;
  overflow: hidden;
}

h2 {
  text-align: center;
  color: #22223b;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 30px;
  visibility: visible;
  margin-top: -50px;
  overflow: hidden;
}

h3 {
  text-align: center;
  color: #22223b;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 30px;
  visibility: visible;
  margin-top: -30px;
  overflow: hidden;
}

p {
  text-align: center;
  color: #22223b;
  font-family: "Times New Roman", Times, serif;
  letter-spacing: 1px;
  font-size: 20px;
  visibility: visible;
  margin-top: 20px;
  overflow: hidden;
  margin-right: 210px;
  margin-left: 210px;
  border-style: dashed;
  border-color: #c9ada7;
  border-radius: 10px;
  padding: 10px;
}

img {
  width: auto;
  height: 350px;
  margin: auto;
  bottom: 50px;
  border: 1px solid #c9ada7;
  border-radius: 4px;
  padding: 5px;
  align-items: center;
  float: center;
}

.one {
  margin-left: 330px;
}

.two {
  margin-right: 330px;
}
