body {
    text-align: center;
    font-family: Arial, sans-serif;
}
.main-title {
    font-size: 32px;
    margin-top: 20px;
}
.welcome-text {
    margin-top: 20px;
}
.address, .phone-number, .opening-times {
    margin-top: 10px;
}
.opening-times-title {
    margin-top: 20px;
    font-weight: bold;
}
img {
    margin-top: 20px;
    max-width: 100%;
    height: auto;
}
.instagram-media{
    margin:15px auto !important;
}

.google-map {
    padding-bottom: 50%;
    position: relative;
}

.google-map iframe {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}