.section-dresscode {
    background-color: #edebdf;
}

.dresscode {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    /*background-color: #edebdf;*/

}

.dresscode-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    /*margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
    height: 300px;*/
}

.dresscode-text h2 {
    font-family: "Autumn-Wind";
    font-size: 70pt;
    font-weight: 400;
    padding: 20px;
}

@media(max-width: 800px) {
    .dresscode-text h2 {
        max-width: 90%;
        font-size: 12vw;
    }
    .dresscode-text p {
        max-width: 90%;
        font-size: 4vw;
    }
}