body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-image: url('images/vecteezy_abstract-colorful-background-pink-peach-blue-pastel-skin_8289321.jpg');
    background-size: cover;
    background-position: center;
}

.mobile-container, .mobile-containerr {
    width: 95%;
    max-width: 400px;
    margin: 20px auto;
    min-height: auto;
    border-radius: 10px;
    overflow: hidden;
    flex: 1;
}

.mobile-container {
    background-color: #ffe600;
    border: 3px solid black;
}

.mobile-containerr {
    background-color: #000000;
}

.topnav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #333;
    padding: 5px 10px;
}

.topnav img.logo {
    max-height: 70px;
    width: auto;
}

#myLinks {
    display: none;
    flex-direction: column;
    background-color: #333;
}

#myLinks a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    border-top: 1px solid #444;
}

#myLinks a:hover {
    background-color: #ddd;
    color: black;
}

.topnav a.icon {
    color: white;
    font-size: 22px;
    text-decoration: none;
    padding: 10px;
}

h3 {
    font-size: 1.5rem;
    margin: 0.5rem 0;
}

.s {
    font-size: 1.2rem;
}

.text {
    margin-top: 0.5rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1rem;
}

.z {
    font-size: 1rem;
}

.p, .b {
    color: rgb(0, 0, 0);
    font-family: Copperplate, sans-serif;
}

footer {
    width: 100%;
    text-align: center;
    background-color: #222;
    color: white;
    padding: 10px;
}

div.relative, div.relativee, div.relativeee {
    width: 90%;
    max-width: 450px;
    margin: 20px auto;
    height: auto;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    display: block;
}

div.relative {
    background-color: orange;
    border: 3px solid orange;
}

div.relativee, div.relativeee {
    background-color: transparent;
}

.ca, .pic {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 10px auto;
    border: 3px solid black;
}

.map-container {
    width: 95%;
    max-width: 600px;
    height: 300px;
    margin: 20px auto;
    position: relative;
}

iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.t {
    margin-top: 10px;
}


.text-image-container {
  display: flex;
  align-items: center;  
  gap: 20px;             
  flex-wrap: wrap;       
}

.text-image-container img {
  width: 300px;         
  max-width: 100%;       
  height: auto;
}

.text-image-container .text {
  flex: 1;             
  color: white;
}

@media screen and (max-width: 400px) {
    h3 {
        font-size: 1.2rem;
    }
    .text {
        font-size: 0.9rem;
    }
    div.relative, div.relativee, div.relativeee {
        width: 95%;
        padding: 5px;
    }
    .map-container {
        height: 250px;
    }
}
