body {
  margin: 0;
  text-align: center;
  font-family: "Merriweather", serif;
  color: #40514e;
  padding: 0;
}

h1 {
  margin: 0;
  color: black;
  font-size: 4rem;
  font-family: "Sacramento", cursive;
}

h2 {
  color: #66bfbf;
  font-family: "Montserrat", sans-serif;
  font-size: 2.25rem;
  font-weight: normal;
  padding-bottom: 5px;
}

h3 {
  color: #11999e;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

p {
  line-height: 2;
}

hr {
  border: dotted #eaf6f6 6px;
  border-bottom: none;
  width: 4%;
  margin: 4rem auto auto;
}

.top-container {
  background-color: #e4f9f5;
  width: 100%;
  height: 25rem;
  font-family: cursive;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.top-container > div {
  display: flex;
}

.cloud {
  width: 15rem;
  height: 10rem;
  object-fit: cover;
  position: absolute;
  right: 20rem;
  top: 2rem;
}

.top-container > h1 + img {
  left: 20rem;
  top: 10rem;
}

#mountain {
  position: absolute;
  top: 15.6rem;
  left: 560px;
  height: 150px;
}

.middle-container {
  margin: 3.75rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.intro {
  width: 50%;
}

.middle-container > img {
  border-radius: 10%;
  width: 12rem;
  height: 12rem;
  object-fit: cover;
}

.bottom-container {
  margin: 0;
  width: 100%;
}

.tech-stack {
  background: url("https://fiverr-res.cloudinary.com/images/q_auto,f_auto/gigs/185188120/original/b084c38d746e1cc36e133e7557c06c4e47a45198/create-responsive-websites-using-html-css-javascript-react.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 30rem;
  font-family: "Montserrat", sans-serif;
}

.layer {
  background-color: #dcf7f9e0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  font-weight: bold;
  position: absolute;
}

.layer > p {
  width: 70%;
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.793);
}

.coffee-text {
  width: 100%;
  height: 400px;
  padding-bottom: 5rem;
  display: inline-block;
  margin: 0;
}

.coffee-text > img {
  border-radius: 50%;
}

.footer {
  background-color: #11999e;
  display: flex;
  height: 7rem;
  width: 100%;
  flex-direction: column;
  text-align: center;
}

.contact-me {
  color: #fff;
  background-color: #117a7a;
  border-radius: 17px;
  border: none;
  display: inline-block;
  cursor: pointer;
  font-family: Arial;
  font-size: 1rem;
  padding: 1rem;
  text-decoration: none;
  margin-bottom: 2rem;
}

.contact-me:hover {
  background-color: #beefef;
  color: black;
}

.link {
  text-decoration: none;
  color: #064c4f;
  font-size: 1rem;
  display: inline-block;
  padding: 1.5rem 1rem 0rem;
}

.link:hover {
  color: #beefef;
}

@media screen and (max-width: 1400px) {
  h2 {
    font-size: 3.5rem;
  }

  p {
    font-size: 1.8rem;
  }

  .cloud {
    right: 5rem;
  }

  .top-container > h1 + img {
    left: 5rem;
  }

  .intro {
    width: 80%;
  }

  .layer > p {
    font-size: 1.4rem;
    width: 70%;
  }

  .tech-stack {
    height: 35rem;
  }

  .contact-me {
    font-size: 1.5rem;
    margin-block: 3rem;
  }

  .link {
    font-size: 1.25rem;
  }

  .footer > div + p {
    margin: 1rem 0;
    font-size: 1.25rem;
  }

  h1 {
    font-size: 4.5rem;
  }

  hr {
    border: dotted #eaf 0.6rem;
    border-bottom: none;
  }
}
