.section-header-button{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.section-title h1{
    font-weight: 700;
    font-family: 'Syne',sans-serif;
    font-size: 2.2rem;
}


.dark-section{
    background-color: #1c1c1c;
}