@font-face {
    font-family: 'HiraMaruW4';
    src: url('../fonts/hiramarupron-w4.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'HiraMaruW4', sans-serif;
    background-color: #ffffff;
    color: #333;
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: #ff6600;
}

a:hover {
    text-decoration: underline;
}


.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
}

.logo {
    font-size: 24px;
    font-weight: bold;
    color: #ff6600;
}

.home-title {
    text-align: center;
}

.home-title h1 {
    margin: 0;
    font-size: 48px;
    color: #ff6600;
}

.home-icon {
    display: block;
    margin: 0 auto 10px;
    width: 40px;
    height: auto;
}

.back {
    font-family: 'HiraMaruW4', sans-serif;
    font-size: 18px;
    color: #ff6600;
}
h1 {
    color: #ff6600;
    font-size: 48px;
    text-align: center;

}

.pdf-links {
    text-align: center;
    margin: 30px auto;
    font-size: 16px;
    color: #595959;
    line-height: 1.6;
}

.pdf-links a {
    display: inline-block;
    color: #595959;
    text-decoration: none;
    font-family: 'HiraMaruW4', sans-serif;
}

.pdf-links a:hover {
    text-decoration: underline;
}

.main-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    text-align: center;
}

.description p {
    font-size: 24px;
    color: #9800fd;
    margin-bottom: 40px;
}


.content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.left-content, .right-content {
    width: 48%;
}

.community-img {
    width: 100%;
    border-radius: 8px;
}

.banana-img {
    width: 80%;
    display: block;
    margin: 0 auto 20px;
    border-radius: 8px;
}

blockquote {
    font-size: 16px;
    color: #ff6600;
    line-height: 1.8;
    text-align: left;
}
.image-container {
    text-align: center;
    margin-top: 20px;
}
.image-container img {
    max-width: 85%;
    height: auto;
    
}
