.initiatves-container{
    background-color: #e9f6e4;
    display: grid;
    justify-content: center;
    justify-items: center;
    padding: 3rem;
}h1.dark{
    font-family: reality-stone !important;
}h2{
    font-family: lexend;
}.auth-container {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
    z-index: 1000;
    border-radius: 4px;
    align-items: center;
}

.auth-button {
    background: #d2b035;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 10px;
    transition: background 0.3s;
    font-family: quicksand;
    max-height:3rem;

}

.auth-button:hover {
    background: #0d5bba;
}

#user-greeting {
    margin-right: 15px;
    display: none;
    align-self: center;
    color: #e8e5e5;
    font-weight: bold;
    font-family: quicksand;
}

#user-greeting {
    max-width: 86px;
    min-width: 0;
    overflow-wrap: break-word;
    white-space: normal;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}.sub-body-title-container h2.dark{
    text-shadow: 0px 0.5px 0.5px #000;
    font-size: clamp(0.313rem, 1.08vw + 0.55rem, 1.5rem) !important;
    font-family: 'quicksand' !important;
    text-align: center;
    color: #2e312f;
    margin: 0;
}
