.savethedate {
    width: 75%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.song-proposal-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.form-container {
    width: 50%;
}

.form-container form {
    padding-bottom: 3rem;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .savethedate {
        width: 99%;
    }
}



.home_quart {
    width: 50%;
    padding: 20px;
}
@media screen and (max-width: 768px) {
    .home_quart {
        width: 100%;
    }

    .form-container {
        width: 100%;
    }    
}

.home_quart img {
    width: 100%;
}

.home_quart .text {
    text-align: justify;
    line-height: 1.5rem;
}

.bold {
    font-weight: bold;
}

.color-dg {
    color: #9a9565;
}

.text a {
    text-decoration: none;
    color: #9a9565;
}

.underlined,
.text a:hover { 
    text-decoration: underline;
}

ul {
    list-style: none;
}