.logo {
    width: 30%;
    max-width: 200px;
    height: auto;
    border-radius: 5px;
    margin-top: 10px;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgba(190, 23, 23, 0.85);
    background-color: rgba(137, 8, 8, 0.922);
    text-align: center;
}

.container h1 {
    font-family: 'Playfair Display', serif;
    color: rgba(255, 255, 255, 0.95);
}



body {
    overflow-x: hidden;
    font-family: 'Noto Sans JP', 'Noto Sans', sans-serif;
    line-height: 1.6;

}









footer {
    margin-top: 3%;
    position: relative;
    font-size: 20px;
    background-color: rgba(190, 23, 23, 0.85);
    text-align: center;
    border-color: black;
    border-style: solid;
    margin: 5px;
    padding: 3px;
    font-display: auto;
    -webkit-text-fill-color: white;
    height: 40px;
    border-radius: 10px;

    white-space: nowrap;

}

.footerimg {
    width: 20px;
    left: 50%;
    right: 50%;
    border-radius: 20px;
    border-color: aliceblue;
    border-style: solid;
    padding: 1px;
    margin-top: 10PX;
    justify-content: baseline;
    white-space: nowrap;



}

h1 {
    letter-spacing: 1px;
}

h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
}



.container2 {
    background: rgba(223, 223, 196, 0.303);
    padding: 1%;
    text-align: center;
    border: 1px solid aliceblue;


}

.container2 h2 {
    margin-bottom: 10px;
    white-space: nowrap;
    /* keeps "Contact us" in one line */
}

.contact-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    /* responsive */
}

.contact-row a,
.contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: black;
    font-size: 16px;
}

.icon {
    width: 20px;
    height: 20px;
}

.bardiv {
    white-space: nowrap;
}

.navbar {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 0;
    padding: 0 30px;
    height: 100%;

}



.navbar li a {
    text-decoration: none;
    color: black;
    font-size: 1.1rem;
    padding: 8px 12px;
    transition: all 0.3s ease;
    border-radius: 6px;
}

.navbar li a:hover {
    background-color: rgba(137, 8, 8, 0.922);
    color: #ffffff;
}

@media (max-width: 600px) {
    .navbar {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .navbar li {
        flex: 1 1 45%;

        text-align: center;
    }
}

.sswimg {
    display: block;
    margin: 0 auto;
    width: 50%;
    height: auto;
    border-radius: 20px;
    border-color: black;
    border-style: solid;
}

.ssw {
    display: flex;
    justify-content: center;
    color: rgba(137, 8, 8, 0.922);
    align-items: center;

}

.info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2%;
    padding: 1%;
    text-align: center;

}

.infoli {
    list-style: none;
    padding: 0%;
    margin: 0%;
}