body {
  margin: 0;
  min-height: 100vh;
  background: linear-gradient(135deg, #ff69d4, #fcd34d);
  display: flex;
  flex-direction: column;
  font-family: 'Noto Sans';
}

.navbar {
  padding: 1rem 2rem;
  font-size: 0.9rem;
  font-weight: bold;
}

.navbar a {
  color: #333;
  text-decoration: none;
}

.navbar a:hover {
  color: #333;
  text-decoration: underline;
}

.main-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.main-content h1 {
  font-size: 4rem;
  letter-spacing: 0.2rem;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.7); /* Soft black */
  text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.3); /* subtle halo */
}

.main-content h3 {
  letter-spacing: 0.2rem;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.7); /* Soft black */
  text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.3); /* subtle halo */
}

.main-content p {
  font-size: 1rem;
  margin-top: -0.5rem;
  margin-bottom: 2rem;
}

.resume-btn {
  padding: 0.5rem 1.5rem;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  border-radius: 0.3rem;
  border: none;
  background: #fff;
  border: 1px solid #fff;
  color: #333;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}

.resume-box {
  width: 97%;
  max-width: 1100px;
  margin: 2% auto;
  background: #f3f3f3;
  color: #333;
  padding: 10px;
  border: 2px solid #333;
}

.resume-btn:hover {
  background: #f3f3f3;
  border: 1px solid #333;
}

.euro {
  font-family: 'Eurostile Extended';
}

.noto {
  font-family: 'Noto Sans';
}

.notob {
  font-family: 'Noto Sans Bold';
}

@font-face {
  font-family: 'Eurostile Extended';
  src: url('../font/EurostileExtended-Black.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans Bold';
  src: url('../font/NotoSans-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans';
  src: url('../font/NotoSans-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
