header.header {
  margin-bottom: 0;
}

.resume-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 1000px;
  margin: 0 auto 2rem;
  text-align: right;
  gap: 1rem;
}
@media (max-width: 500px) {
  .resume-links {
    width: 90%;
    margin-top: 2rem;
  }
}
.resume-links p {
  transform: rotate(-1deg);
  font-size: 1.25rem;
  line-height: 1.2;
  color: #f55959;
}
.resume-links .arrow {
  width: 100px;
  transform: rotate(-5deg) translateY(-4px);
}
.resume-links a svg {
  width: 30px;
  height: auto;
}
.resume-links a svg path {
  fill: #f55959;
}
.resume-links a:hover svg path {
  fill: #fff;
}

.resume {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  max-width: 1000px;
  aspect-ratio: 8.5/11;
  overflow: hidden;
  background: radial-gradient(circle at 50% 0%, #fff 30%, #ddd 85%, #eee 95%, #fff 100%);
  border: 1px solid #aaa;
  padding-top: min(4.7cqw, 80px);
  padding-inline: min(4.9cqw, 83.75px);
  padding-bottom: 7.5cqw;
  margin: 0 auto;
  container-type: size;
}
.resume h2, .resume h3, .resume h4, .resume p, .resume li {
  color: #000;
}
.resume h2 {
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  line-height: 1;
  font-size: 3.85cqw;
}
.resume h3 {
  margin: 3cqw auto 0 0;
  font-size: 2.65cqw;
  line-height: 1;
  font-weight: 700;
}
.resume h3 span {
  font-weight: 500;
}
.resume p {
  font-size: 1.9cqw;
  line-height: 1.5;
  font-weight: 300;
}
@media (max-width: 500px) {
  .resume {
    display: inline;
    background: none;
    padding: 0;
    border: none;
    aspect-ratio: auto;
  }
  .resume h2, .resume h3, .resume h4, .resume p, .resume li {
    color: #fff;
  }
  .resume h2 {
    font-size: 1.75rem;
  }
  .resume h3 {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 0.25rem;
  }
  .resume p {
    font-size: 1rem;
  }
  .resume a {
    color: #f55959;
  }
  .resume section {
    margin-bottom: 2.5rem;
  }
  .resume.page-2 .experience h2 {
    display: none;
  }
}
@media (min-width: 1024px) {
  .resume {
    width: 90%;
    gap: 2.25rem;
  }
  .resume.page-1 {
    transform: rotate(0.5deg);
    z-index: 2;
    box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.4);
  }
  .resume.page-2 {
    transform: rotate(-1deg);
    z-index: 1;
    margin-top: 0.25rem;
    box-shadow: 1px 8px 10px rgba(0, 0, 0, 0.7);
  }
}
.resume #resume-head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2cqw;
  border-bottom: 3px solid #f55959;
}
.resume #resume-head h2 {
  font-size: 9.85cqw;
  font-weight: 400;
  margin: 0;
  line-height: 0.8;
}
.resume #resume-head .contact-info {
  text-align: right;
}
.resume #resume-head .contact-info p {
  line-height: 1.15;
  font-size: 1.65cqw;
  font-weight: 500;
}
@media (max-width: 499px) {
  .resume #resume-head {
    display: none;
  }
}
.resume article {
  margin-bottom: 1.75rem;
}
.resume article:last-of-type {
  margin-bottom: 0;
}
.resume article h4 {
  margin: 0 auto 0 0;
  font-size: 2.3cqw;
  font-weight: 700;
}
.resume article h4 span {
  font-weight: 500;
}
.resume article ul {
  margin: 1cqw 0 0 4cqw;
}
.resume article ul li {
  font-family: "Poppins";
  font-size: 1.9cqw;
  font-weight: 300;
  margin-bottom: 0.5cqw;
}
@media (max-width: 500px) {
  .resume article h4 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .resume article ul li {
    font-size: 1rem;
  }
}
.resume #education span {
  display: block;
  font-size: 1.9cqw;
  margin-top: 0.5cqw;
}
@media (max-width: 500px) {
  .resume #education span {
    font-size: 1rem;
  }
}/*# sourceMappingURL=resume.css.map */