body {
    background-color: #f7e6f4;
}

.main-header {
    display: flex;
    position: initial;
}

.page-title {
    text-decoration: underline;
    margin-bottom: 50px;
}

.about-section-title {
    text-decoration: underline;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: left;
    color: #5400b3;
    font-size: 1.5rem;
}

.home-btn {
    display: block;
    border: none;
    font-size: 1.5rem;
    background-color: #f4f4f4;
    top: 20px;
    right: 20px;
    color: #5400b3;
}

.menu-toggle {
    display: none;
}

.full-page {
    background-color: white;
    max-width: 800px;
    min-height: 80vh;
    padding: 20px;
    border-radius: 10px;
    margin: 0 auto;
    font-family: 'Comfortaa';
    margin-top: 10px;
}

.main-text {

    font-size: 1.2rem;
}

.constellations-container {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.constellations-img {
    width: 250px;
    border-radius: 10px;
}

.participant-container {
    text-align: center;
    margin-bottom:70px;
}

.participant-img {
    max-width:300px;

    border-radius: 10px;
    align-items: center;
}

.main-constellation {
    width: 100%;
    max-width: 780px;
    margin-bottom: 20px;
}



@media (max-width: 768px) {
    .page-title {
        font-size: 1.5rem;
    }
    .main-text {
        font-size: 1rem;
    }

}