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

body {
    font-family: 'HiraMaruW4', sans-serif;
    margin: 10px;
    line-height: 1.6;
}
h1 {
    color: #9800fd;
    font-size: 24px;
}
.content {
    margin-top: 20px;
}
.image-container {
    text-align: center;
    margin-top: 20px;
}
.image-container img {
    max-width: 100%;
    height: auto;
    
}
