@import url("https://fonts.googleapis.com/css2?family=ADLaM+Display&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Fjalla+One&display=swap");
* {
  color: #04002b;
}

body {
  background-color: white !important;
  width: 100vw;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-size: cover;
  background-repeat: no-repeat;
}

h1 {
  font-weight: bold;
  font-size: 10rem;
  font-family: "ADLaM Display", cursive;
}

.lead {
  font-family: "Arvo", serif;
  font-size: 0.8rem !important;
}

.profile-img {
  width: 200px;
  height: 200px;
  border: 5px solid #fff;
  object-fit: cover;
  border-radius: 50%;
}

.left-side {
  background-color: #e6dace;
  min-height: 80vh;
}

.right-side {
  display: flex;
  align-items: center;
  height: 80vh;
}

.right-content {
  width: 30vw;
  margin-left: 11vw; /* Push content right of the overlapping card */
  padding: 2vw;
}

.overlap-card {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-90%, -50%);
  width: 30vw !important;
  height: 70vh;
}

.card-content {
  background: #f5ece6;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.btn-resume, .btn-projects {
  padding: 12px 30px;
  margin-right: 15px;
  border: none;
  border-radius: 50px;
  font-weight: bold;
}

.btn-resume {
  background: #04002b;
  color: white;
}

.btn-projects {
  background: transparent;
  border: 2px solid #04002b;
  color: #04002b;
}

border {
  border-color: black !important;
  border-width: 3px !important;
  opacity: 1;
}

@media (max-width: 1003px) {
  .overlap-card {
    width: 30vw !important;
    transform: translate(-90%, -45%);
  }
}
@media (max-width: 770px) {
  .overlap-card {
    width: 150vw !important;
    transform: translate(-50%, -80%);
    height: 70vh;
  }
  .right-content {
    width: 70vw;
    margin-left: 11vw; /* Push content right of the overlapping card */
    padding: 2vw;
  }
  .right-side {
    display: flex;
    align-items: start;
    height: 40vh;
  }
}
.buttons a {
  text-decoration: none !important;
  color: inherit;
}

.no-underline {
  text-decoration: none !important;
}

/*# sourceMappingURL=index.css.map */
