body {
    background-color: #BFA18F;
    margin: 0px;
    padding-top: 80px;
    font-family: Garamond; 
}
h1 {
    color: #0D0D0D;
    text-align: center;
}
h2 {
    color: #0D0D0D;
    text-align: center;
}
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background-color: transparent;
    z-index: 1000;
}
.navbar-left ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.navbar-center {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}
.navbar-center ul {
    list-style-type: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}
.navbar li {
    list-style: none;
}
.navbar a {
    display: block;
    color: #e5ddd1;
    text-decoration: none;
    padding: 15px 30px;
    text-align: center;
    background-color: #59331D;
    border-radius: 55px;
    transition: background-color 0.3s ease;
    white-space: nowrap;
}
.navbar a:hover {
    background-color: #A67051;
}
.language-nav {
    position: fixed;
    top: 80px;
    right: 20px;
    background-color: transparent;
    z-index: 1000;
}
.language-nav ul {
    list-style-type: none;
    padding: 0;
}
.language-nav li {
    margin: 10px 0;
}
.language-nav a {
    display: block;
    color: #e5ddd1;
    text-decoration: none;
    padding: 10px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    background-color: #59331D;
}
.language-nav a:hover {
    background-color: #A67051;
    color: #e5ddd1;
}
.galaxy {
    width: 300px;
    position: relative;
    left: 40%;
}
.section1 {
    text-align: center;
    display: flex;
    background-color: #9C7B63;
    justify-content: space-between;
    padding: 40px;
    width: 60%;
    margin: 10rem auto 0 auto;    
}
.section1 p{
    margin-right: 15px;
    font-size: 160%;
}
.sky {
    height: 250px;
    position: relative;
}
.infobar {
    background-color: #D9B9AD;
    text-align: center;
    display: block;
    padding: 5px 30px;
    border-radius: 60px;
}
.bwd {
    width: 90px;
    position: relative;
}
.gibb {
    width: 100px;
    position: relative;
}
a {
    text-decoration: none;
}
.section2 {
    text-align: center;
    display: flex;
    background-color: #9C7B63;
    justify-content: space-between;
    padding: 40px;
    width: 60%;
    margin: 10rem auto 0 auto;
}
.section2 p{
    margin-right: 15px;
    font-size: 150%;
}
.smaller_text {
    margin-right: 15px;
    font-size: 125% !important;
}
.geschwistern {
    height: 325px;
    position: relative;
}
hr {
    border-color: #0D0D0D;
    max-width: 80%;
    margin: 0 auto;
}
.section3 {
    text-align: center;
    display: flex;
    background-color: #9C7B63;
    justify-content: space-between;
    padding: 40px;
    width: 60%;
    margin: 10rem auto 0 auto;
}
.section3 p{
    margin-right: 15px;
    font-size: 130%;
}
.freunde {
    height: 325px;
    position: relative;
}
.section4 {
    text-align: center;
    display: flex;
    background-color: #9C7B63;
    justify-content: space-between;
    padding: 40px;
    width: 60%;
    margin: 10rem auto 0 auto;
}
.section4 p{
    margin-right: 15px;
    font-size: 130%;
}
.hobbies {
    height: 380px;
    position: relative;
}
.index-nav{
    display: flex;
    gap: 10px;
    justify-content: center;
}
.index-nav ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.index-nav li {
    margin: 0;
}
.index-nav a {
    text-decoration: none;
    color: #e5ddd1;
    background-color: #59331D;
    padding: 20px 50px;
    border-radius: 15px;
    display: inline-block;
    text-align: center;
    transition: background-color 0.3s;
}
.index-nav a:hover {
    background-color: #A67051;
    color: #e5ddd1;
}