.dress-code{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: auto;
    margin-top: 2vw;
}

.dress-code h2{
    font-size: 6vw;
    margin-bottom: -1vw;
    margin-top: 0vw;
}

.dress-code-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.dress-code-container img{
    width: 13vw;
    margin-bottom: -2vw;
    margin-top: 2vw;
}

.dress-code p{
    font-family: 'Old Standard TT', serif;
    font-size: 3vw;
    text-align: center;
}


@media (min-width:1100px){
    .dress-code{
        width: 80%;
        margin-top: 10px;
    }
    
    .dress-code h2{
        font-size: 35px;
        margin-bottom: -4px;
    }

    .dress-code-container img{
        width: 80px;
        margin-bottom: -15px;
        margin-top: 10px;
    }
    
    .dress-code p{
        font-size: 22px;
    }
}