body {
    background-color: #ffe0e0;
    padding: 20px;
    font-family: sans-serif;
}

h1 {
    text-align: center; 
    font-size: 3em;
    color: #4A4A4A;
    margin-bottom: 20px;
}

h3 {
    text-align: center; 
    font-size: 1.5em; 
    color: #666;
    margin-bottom: 20px; 
    line-height: 1.6; 
}

a {
    color: #8A2BE2; 
    text-decoration: underline; 
}


.orenzineko {
    text-align: center; 
    margin: 30px auto; 
    max-width: 600px;
}

.orenzineko img {
    max-width: 100%; 
    display: block;
    border: 1px solid #ccc; 
    box-shadow: 0 4px 8px rgba(0,0,0,0.1); 
    border-radius: 8px; 
}
.zennbu {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 20px; 
    max-width: 1000px;
    margin: 50px auto; 
    padding: 20px;
    background-color: #f8f8f8; 
    border-radius: 15px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}



.country {
    text-align: center;
    background-color: #fff; 
    border: 1px solid #ddd;
    border-radius: 10px; 
    box-shadow: 0 4px 8px rgba(0,0,0,0.1); 
    padding: 15px; 
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: flex-start; 
}

.country h1 {
    font-size: 1.8em; 
    color: #333;
    margin-bottom: 10px; 
    margin-top: 0;
    line-height: 1.2; 
}

.country img {
    max-width: 100%; 
    height: auto; 
    display: block; 
    margin: 0 auto; 
    border: 1px solid #eee; 
    border-radius: 6px;
} 
.country a {
    text-decoration: none; 
    display: block; 
    line-height: 0; 
    border: none;
    outline: none; 
    transition: transform 0.2s ease-in-out;
}

.country a:hover {
    transform: scale(1.03); 
}
.setumei{
    text-align: center;
}
.setumei img {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 8px;
    margin-bottom: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
} 
.setumei p{
    color: #5a2e61;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.1em;
}
.back{
    display: inline-block;
    margin-top: 40px;
    padding: 12px 25px;
    background-color: #7ab8b2;
    color: white;
    border-radius: 25px;
    text-decoration: none;
}
h2{
    color: #5a2e61;
    margin-bottom: 30px;
    font-size: 2.5em;
    text-align: center;
}