.name-title, h2 {
  color: darkgreen;
  font-family: "Eagle Lake", serif;
  font-weight: 1000;
  font-style: normal;
}

body {
    font-family: 'Tagesschrift', serif;
    font-weight: 400;
    background-color: #FCFAEB;
    color: #333;
    max-width: 800px;
    margin: 3%;
    padding: 3vw 2vw;
    text-align: center;
}

.intro-section {
    margin-bottom: 5%;
}

h1.name-title {
    letter-spacing: 3px;
    font-size: 2.5em;
    margin-bottom: 10px;
}

.value-section {
    background-color: #ffffff;
    padding: 2.5vw 3vw;
    margin: 4% 0;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

h2.main-category {
    margin-top: 6%;
    margin-bottom: 3%;
    letter-spacing: 2px;
    font-size: 1.8em;
}

h3 {
    font-weight: normal;
    color: #555;
    margin-top: 0;
    line-height: 1.5;
}

hr {
    border: 0;
    height: 2px;
    background-color: #ddd;
    margin: 6% 0;
}

.mindset-container {
    background-color: #f0f8ff;
    padding: 3vw 4vw;
    margin: 5% 0;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05)
}

.habits-for-launch {
    background-color: #ffffff;
    padding: 3vw 4vw;
    margin: 5% 0;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}