.intro-container {
  width: 60%;
  max-width: 600px;
  margin: 100px auto;
  padding: 30px;
  background-color: #ffffff;
}

.intro-container h1 {
  color: #2e7d32;
}

.intro-container p {
  color: #388e3c;
  font-size: 20px;
}

.title_image {
  text-align: center;
  margin-top: 20px;
}

.title_image img {
  width: 400px;
}

body { 
  background-image: url('http://dl.glitter-graphics.net/pub/1638/1638441oc1oyqh360.jpg');
  background-attachment: fixed;
  background-repeat: repeat;
  font-family: "Patrick Hand SC", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
}

.header_box {
  background-color: rgba(255, 255, 255, 0.8);
  margin: 20px auto;
  padding: 15px;
  max-width: 600px;
  width: 600px;
  text-align: center;
  border: 18px solid;
  border-image: url(borders/frame1.png) 18 round;
}

.navtop {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.imgtxt {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #5d4037;
}

.imgtxt img {
  display: block;
  margin: 0 auto;
}

.date_container {
  position: absolute;
  display: inline-block;
  top: -50px;
  right: -60px;
  transform: rotate(-5deg);
}

.date_container p {
  position: absolute;
  top: 55px;
  left: 27px;
  margin: 0;
}

.header_box {
  position: relative;
}

.about_me {
  position: absolute;
  display: inline-block;
  top: 350px;
  left: 450px;
  transform: rotate(-5deg);
}

.envelope_container {
  position: relative;
  display: inline-block;
}

.envelope_text {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}