body {
    margin: 0;
    padding: 0;
    background-color: #F1EADD;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    flex-direction: column;
}

.nav-bar {
    width: 100%;
    position: relative;
    background-color: #957a62;
    height: 3rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.nav-bar-right-part {
    display: flex;
    flex-direction: row;
    gap: 1.6rem;
    margin: 0.8rem;
}

/* .simple-logo {
    position: relative;
    cursor: pointer;
    margin: 0.8rem;
} */

.welcome {
    position: relative;
    font-size: 1.1rem;
    font-family: 'Amiko';
    color: #D7CFB1;
    text-align: center;
    margin: 0.85rem;
}

.bucket-list-button {
    margin: 0rem;
}

.account-page-button {
    position: relative;
    bottom: 0.1rem;
}

.three-dots-more-button {
    margin: 0.1rem;
}




a {
    text-decoration: none;
}

.main-logo-container {
    display: flex;
    align-items: center;
    margin-right: 1.5rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.description-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 1.5rem;
}

.whats-eindstep {
    font-size: 1.3rem;
    font-family: 'Amiko';
    color: #957a62;
    text-align: left;
}

.description {
    width: 17.5rem;
    font-size: 1.1rem;
    font-family: 'Bellota Text';
    color: #957a62;
    text-align: left;
    position: relative;
    bottom: 2rem;
}

.lets-go-button {
    position: absolute;
    border-radius: 43px;
    background-color: #c4b697;
    width: 10rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    position: relative;
    bottom: 1rem;
}

.lets-go-text {
    position: relative;
    font-size: 1.2rem;
    display: inline-block;
    font-family: 'Amiko';
    color: #f1eadd;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-self: center;
    margin: 0.3rem;
}

.eindhoven-information {
    width: 19.5rem;
    position: relative;
    border-radius: 35px;
    background-color: #e0dac3;
    height: 18rem;
    display: flex;
    justify-self: center;
    flex-direction: column;
}

.eindhoven-image {
    margin: 0.5rem;
    margin-top: 0.4rem;
    height: 9.5rem;
}

.eindhoven-information-text {
    width: 17.8rem;
    position: relative;
    bottom: 1rem;
    font-size: 0.9rem;
    font-family: 'Barlow';
    color: rgba(63, 51, 43, 0.8);
    text-align: center;
    padding-left: 0.8rem;
    }
    