body {
  width: 100%;
}

ul > li {
  gap: 10px;
}

#name-logo {
  font-family: "Satisfy", cursive;
  color: #9dbdff;
}

.gradient-background {
  background: linear-gradient(300deg, #00bfff, #91c8e4, #ef8172);
  background-size: 180% 180%;
  animation: gradient-animation 18s ease infinite;
}

.gradient-background.dark {
  background: linear-gradient(300deg, #faf0e6, #61679c, #3795bd);
  background-size: 180% 180%;
  animation: gradient-animation 18s ease infinite;
}

#edu {
  background-color: #f9f3ef;
}

#edu.dark {
  /* background-color: #547792; */
  /* background-color: #4a797a; */
  background-color: #468fa0;
}

#skills {
  background-color: #f0f0f0;
}

#skills.dark {
  /* background-color: #2a1458; */
  background-color: #506396;
}

#other {
  background-color: #fdfaf6;
}

#other.dark {
  background-color: #6e74af;
}

#name {
  /* font-family: "Times New Roman", Times, serif; */
  /* font-family: "Satisfy", cursive; */
  font-family: "Bad Script", cursive;
  color: #4682a9;
  font-size: 3rem;
}

#name.dark {
  color: #ffecda;
}

#occup {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
  font-style: italic;
  text-decoration: underline;
  color: #547792;
}

#occup.dark {
  color: #fde2e2;
}

#summary-title {
  font-size: 2rem;
  font-family: "Satisfy", cursive;
  color: #2a1458;
}

#summary-content {
  font-size: 1.3rem;
  line-height: 1.6;
  font-weight: 400;
  /* color: #666; */
}

#edu-year {
  text-align: right;
}
#wtu-img {
  border-radius: 50%;
  width: 102px;
  height: 80px;
  object-fit: contain;
  /* height: auto; */
  display: block;
}

#my-photo {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  object-fit: cover;
}

#about-me {
  font-family: "Satisfy", cursive;
  font-size: 4rem;
  color: #ef8172;
  text-align: center;
}

#my-hobbies {
  font-family: "Playpen Sans Hebrew", cursive;
  color: #ef8172;
}

#hello {
  font-family: "Playpen Sans Hebrew", cursive;
  font-size: 2.5rem;
  color: #b4ebe6;
  text-align: center;
}

#contact {
  font-family: "Lato", sans-serif;
  margin: 0;
}

.content {
  font-size: 1.5rem;
  font-family: "Lato", sans-serif;
  color: #666;
}

.content.dark {
  color: #f2efe5;
}

h2 {
  font-family: "Lato", sans-serif;
  color: #666;
}

.my-photo {
  border-radius: 50%;
  margin-bottom: 20px;
}

.bold-text {
  font-weight: bold;
  color: #2a1458;
}

.project-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #2a1458;
}

.skill-list,
.award-list {
  list-style-type: none;
}

.skill-list li,
.award-list li {
  padding: 5px 0;
  border-bottom: 1px dashed #9dbdff;
}
.award-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.date {
  margin-left: 1rem;
  color: #888;
  font-size: 0.95em;
}
