@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500&family=Great+Vibes&family=Playpen+Sans&display=swap');
.main-title {
    text-align: center;
    margin-top: 3%;
    font-size: 50px;
    font-family: 'Playpen Sans', cursive;
}
.contact-block {
    margin-top: 3%;
    margin-bottom: 2%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.contact-txt {
    text-align: center;
    font-size: 19px;
    font-weight: 600;
}
.contact-txt2 {
    text-align: center;
    font-size: 19px;
}
.contact-loc {
    line-height: 0;
}
.map {
    display: flex;
    justify-content: center;
}
.iframe {
    width: 100%;
    height: 500px;
}