.container,
.container * {
  box-sizing: border-box;
}
.container {
  background: #ffffff;
  height: 900px;
  position: relative;
  overflow: hidden;
}

option {
  image-rendering: crisp-edges; /* chrome, edge, opera, samsung */
  image-rendering: -moz-crisp-edges; /* firefox */
  image-rendering: -webkit-optimize-contrast; /* safari */
}

.header-slogan {
  color: #000000;
  text-align: left;
  font-family: "Pretendard", sans-serif;
  font-size: 40px;
  font-weight: 800;
  position: absolute;
  left: 26px;
  top: 50px; /* 75px - 25px */
  width: 213px;
}
.header-intro {
  background: rgba(255, 255, 255, 0);
  width: 247px;
  height: 72px;
  position: absolute;
  left: 26px;
  top: 116px; /* 141px - 25px */
  overflow: hidden;
}
.header-intro-text {
  color: #000000;
  text-align: left;
  font-family: "Pretender", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 236px;
}
.github-icon {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 210px;
  top: 53px;
  object-fit: cover;
}

.projects-title {
  color: #000000;
  text-align: left;
  font-family: "Pretender", sans-serif;
  font-size: 14px;
  line-height: 150%;
  font-weight: 700;
  position: absolute;
  left: 26px;
  top: 248px; /* 273px - 25px */
}
.projects {
  display: flex;
  flex-direction: row;
  gap: 28px;
  row-gap: 18px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  position: absolute;
  right: 25px;
  left: 26px;
  top: 281px; /* 306px - 25px */
  min-width: 324px;
}
.project {
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 60px;
  position: relative;
}
.project-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  position: relative;
  overflow: visible;
  border-radius: 14px;
}
.project-name {
  color: #000000;
  text-align: center;
  font-family: var(--app-name-font-family, sans-serif);
  font-size: var(--app-name-font-size, 10px);
  line-height: var(--app-name-line-height, 150%);
  font-weight: var(--app-name-font-weight, 300);
  position: relative;
  align-self: stretch;
  height: 13px;
}

.tech-stack-title {
  color: #000000;
  text-align: left;
  font-family: "Pretender", sans-serif;
  font-size: 14px;
  line-height: 150%;
  font-weight: 700;
  position: absolute;
  left: 26px;
  top: 509px; /* 534px - 25px */
}
.tech-stack {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  position: absolute;
  right: 67px;
  left: 26px;
  top: 542px; /* 567px - 25px */
  min-width: 324px;
}
.tech {
  background: #e34f26;
  padding: 6px 10px 6px 10px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  height: 27px;
  position: relative;
  overflow: hidden;
}
.tech:nth-child(2) {
  background: #1572b6;
}
.tech:nth-child(3) {
  background: #f7df1e;
}
.tech:nth-child(4) {
  background: #3178c6;
}
.tech:nth-child(5) {
  background: #61dafb;
}
.tech:nth-child(6) {
  background: #000000;
}
.tech:nth-child(7) {
  background: #764abc;
}
.tech:nth-child(8) {
  background: #3578e5;
}
.tech-icon {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  position: relative;
  overflow: visible;
}
.tech-name {
  color: #ffffff;
  text-align: left;
  font-family: "Pretendard", sans-serif;
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 0.16em;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.activities-title {
  color: #000000;
  text-align: left;
  font-family: "Pretender", sans-serif;
  font-size: 14px;
  line-height: 150%;
  font-weight: 700;
  position: absolute;
  left: 26px;
  top: 687px; /* 712px - 25px */
}
.activities {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 208px;
  position: absolute;
  left: 26px;
  top: 716px; /* 741px - 25px */
}
.activity {
  flex-shrink: 0;
  width: 191px;
  height: 18px;
  position: static;
}
.activity-description {
  color: #000000;
  text-align: left;
  font-family: "Pretender", sans-serif;
  font-size: 12px;
  line-height: 150%;
  font-weight: 500;
  position: absolute;
  left: 8px;
  top: 0px;
}
.activity:nth-child(2) .activity-description {
  top: 22px; /* 47px - 25px */
}
.activity:nth-child(3) .activity-description {
  top: 44px; /* 69px - 25px */
}
.activity-icon {
  background: #000000;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0px;
  top: 7px;
}
.activity:nth-child(2) .activity-icon {
  top: 29px;
}
.activity:nth-child(3) .activity-icon {
  top: 51px;
}

.contact {
  width: 48px;
  height: 20px;
  position: absolute;
  left: 50%;
  translate: -50%;
  top: 838px; /* 863px - 25px */
}
.contact-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: visible;
}
.contact a:nth-child(2) .contact-icon {
  left: 28px;
}