@import url('https://fonts.googleapis.com/css2?family=Alice&display=swap');

.body {
  font-family: 'Alice', serif;
background: #FDAEAE;
background: linear-gradient(90deg, rgba(253, 174, 174, 1) 0%, rgba(255, 237, 195, 1) 50%, rgba(126, 102, 81, 1) 100%);
  background-repeat: no-repeat;
  background-size: cover;
}

.header {
  border-style: dashed;
  border-width: 3px;
  border-color: #7f7b76;
  background-color: #ffedc3;
  border-radius: 20px;
  align-items: center;
  width: 90%;
  max-width: 80rem;
  margin: 0 auto;
  height: 8rem;
  margin-top: 2rem;
}

.nav-box {
  display: none;
}

.brown-text {
  display: flex;
  justify-content: center;
  color: #7e6651;
  font-family: "Alice", serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 100;
  margin-top: 1rem;
}

.name-text {
  color: #7e6651;
  font-family: "Alice", serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 100;
  margin-top: .6rem;
}

.dev-text {
  font-family: 'Alice', serif;
  display: flex;
  justify-content: center;
  color: #fdaeae;
  font-size: clamp(1rem, 3vw, 1.4rem);
  margin-top: -1rem;
  margin-bottom: -2rem;
}

.pink-text {
  display: flex;
  justify-content: center;
  color: #fdaeae;
  font-family: 'Alice', serif;
  font-size: clamp(1rem, 3vw, 1.4rem);
}

.header h1 {
  display: flex;
  justify-content: center;
}

.me {
  display: block;
  align-self: center;
  width:37rem;
  height: 37rem;
  margin-top: -6.3rem;
  margin-left: -5rem;
}

.about-wrapper {
  display: flex;
  gap: 20rem;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

.photo-container {
  background-color: #ffedc3;
  border-radius: 20px;
  border-style: dashed;
  border-width: 3px;
  border-color: #7f7b76;
  width: 30rem;
  height: auto;
  padding: 1.5rem;
}

.photo-box {
  display: flex;
  justify-self: center;
  align-items: center;
  background-color: #7e6651;
  border-radius: 20px;
  border-style: dashed;
  border-width: 3px;
  border-color: #fdaeae;
  width: 25rem;
  height: 30.7rem;
}

.about-box {
  background-color: #ffedc3;
  border-radius: 20px;
  border-style: dashed;
  border-width: 3px;
  border-color: #7f7b76;
  width: 30rem;
  height: 30rem;
}

.info-text {
  display: flex;
  justify-self: center;
  margin-left: 2rem;
  margin-right: 1rem;
  color: #fdaeae;
  font-family: 'Alice', serif;
  font-size: clamp(1rem, 3vw, 1.4rem);
}

.skill-box {
  background-color: #ffedc3;
  border-radius: 20px;
  border-style: dashed;
  border-width: 3px;
  border-color: #7f7b76;
  width: 30rem;
  height: 35rem;
  margin-left: 2rem;
}

.skill-text {
  margin-left: 1rem;
  color: #fdaeae;
  font-family: 'Alice', serif;
  font-size: clamp(1rem, 3vw, 1.4rem);
  margin-bottom: .2rem;
}

ul {
  column-count: 2;
  column-gap: 15px;
}

.project-box {
  background-color: #ffedc3;
  border-radius: 20px;
  border: 3px dashed #7f7b76;
  max-width: 90%;
  margin: 0 auto;
  padding: 1.5rem;
}

.project-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #7e6651;
  border-radius: 20px;
  border: 3px dashed #fdaeae;
  padding: 1rem;
  width: 25rem;
  height: 15rem;
  margin-bottom: 2rem;
}

button {
color: #fdaeae;
background-color: #fdaeae;
border: 1px solid #7f7b76;
border-radius: 4px;
padding: 15px 18px 30px 15px;
cursor: pointer;
height:32px;
font-size:14px;
background-position: center;
transition: background 0.8s;
}

button:hover {
background:	#ff8daa radial-gradient(circle, transparent 1%, #fdaeae 1%) center/15000%;
}

button:active{
background-color:#7f7b76;
background-size: 100%;
transition: background 0s;
}

.beige-text {
  color: #ffedc3;
  font-family: "Alice", serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 100;
  margin-top: .5rem;
  margin-left: -16rem;
  margin-bottom: 1rem;
}

.project-info {
  color: #fdaeae;
  margin-right: 1rem;
  text-align: center;
  font-size: large;
}

.project-link {
  color: #ffedc3;
  padding: 0.5rem 1rem;
}

.contact-box {
  background-color: #ffedc3;
  border-radius: 20px;
  border: 3px dashed #7f7b76;
  width: 90%;
  margin: 2rem auto;
  flex-direction: column;
  gap: 1.5rem;
  height: 14rem;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.contact-text {
  color: #7e6651;
  font-family: "Alice", serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 100;
  margin-left: -12rem;
  margin-top: 1rem;
}

.contact-link {
  transition: transform 0.2s, box-shadow 0.2s;
}

.contact-link:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 12px #fdaeae;
}

.grid-container {
  display: flex;
  align-items: center;
  gap: 10rem;
  flex-wrap: wrap;
}

.grid-item a {
  color: #fdaeae;
  font-family: "Alice", serif;
  font-size: x-large;
  margin-top: -5rem;
}

.project-card {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s, box-shadow 0.2s;
  cursor: pointer;
}

.project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

/* Responsive */
@media (max-width: 900px) {
  .header {
    display:flex;
  }

  .box {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .nav-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }

  .info-text {
    font-size: x-large;
  }

  .nav-box a {
    color: #fdaeae;
    margin-left: 1.5rem;
  }

  @media (max-width: 768px) {
  .about-photo-wrapper {
    flex-direction: column;
  }
  .about-wrapper {
    flex-direction: column;
    gap: 2rem;
  }
  .grid-container {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    width: 100%;
    align-items: center;
  }
  .grid-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
  .name-text {
    margin-left: 1rem;
  }
  .skill-text {
    font-size: x-large;
  }
  .dev-text {
    margin-left: 4rem;
    margin-top: -2rem;
    font-size: 21px;
  }
  .contact-text {
    margin-left: 1.5rem;
    margin-bottom: 3rem;
    margin-top: 1rem;
  }

}

}
