h1{
    color:black;
    font-size: 25px;
}
.location-flex span{
    color:black;
    border-bottom: #990953 4px solid;
}
iframe{
    border:0;
    width:100%;
    height: 100%;
    box-shadow: 0 0 1px black;
    background-color: #ededed;
}
.location-flex{
    display: flex;
    height: 250px;
    margin: 50px 0;
}
.location-flex .left, .location-flex .right{
    flex-basis: 50%;
    padding:10px 0;
}
.location-flex .right{
    display: flex;
    flex-direction: column;
    gap:40px;
}
.location-flex .bottom p{
    font-weight: 600;
    font-size: 17px;
}
@media only screen and (max-width:800px){
    .location-flex{
        flex-direction: column;
        height: auto;
        text-align: center;
    }
}
/* disclaimer */
.disclaimer{
    background-color: #990953;
    padding:50px 0;
    box-shadow: 0 0 1px black;
    text-align:center;
}
.disclaimer h2{
    color:white;
}
.disclaimer a{
    padding-top:20px;
    color:white;
    font-size: 40px;
}
/* geraken */
.geraken{
    margin: 50px 0;
    text-align: center;
}
.geraken span{
    font-weight: 600;
}
.geraken .title{
    margin-bottom: 30px;
}
.geraken .title p{
    font-size: 18px;
    margin-top: 10px;
}
.geraken .stappen p{
    padding:20px;
    border-radius: 5px;
    border:1px solid black;
    background-color: rgb(247, 247, 247);
    box-shadow: 0 0 1px gray;
    display: inline-block;
}
.geraken .line{
    height: 50px;
    width: 3px;
    background-color: gray;
    margin: auto;
}