@charset "UFT-8";

.location > h1 {
    display: flex;
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
    background-color: #F2B138;
    height: 100px;
    justify-content: center;
    align-items: center;
}

.location > iframe{
    width: 100%;
    height: 500px;
    text-align: center;
}
