body {
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
  color: #222;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

.sticky-header {
  position: sticky;
  top: 0;
  background: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  border-bottom: 2px solid #ddd;
  z-index: 1000;
}

.sticky-header h1 {
  font-size: 20px;
  margin: 0;
}

.resume-button {
  background-color: #444;
  color: white;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.2s ease-in-out;
}

.resume-button:hover {
  background-color: #222;
}

main {
  width: 85%;
  max-width: 900px;
  margin: 40px auto;
}

.project-section {
  margin-bottom: 60px;
}

.subtitle {
  color: #555;
  font-size: 16px;
  font-style: italic;
}

video {
  display: block;
  width: 100%;
  margin-top: 10px;
  border-radius: 10px;
  background: #000;
}

.youtube-container iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  margin-top: 10px;
}

.steam-embed iframe {
  width: 100%;
  max-width: 646px;
  height: 190px;
  border: none;
  display: block;
  margin: 10px auto;
}

.divider {
  border-bottom: 1px solid #ccc;
  margin: 40px 0;
}

hr {
  border: 0;
  border-top: 2px solid #444;
  margin: 60px 0;
}

.video-desc {
  font-size: 14px;
  color: #555;
  margin-top: 5px;
}

footer {
  text-align: center;
  padding: 30px 0;
  border-top: 2px solid #ddd;
}

.footer-logo {
  width: 40px;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}
