.syukuyo-form {
margin-bottom: 20px;
text-align: center;
}
#birth-date {
padding: 10px;
font-size: 16px;
border: 1px solid #ddd;
border-radius: 4px;
margin-right: 10px;
}
#get-fortune {
background-color: #4CAF50;
border: none;
color: white;
padding: 12px 24px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
transition-duration: 0.4s;
cursor: pointer;
border-radius: 4px;
}
#get-fortunen:hover {
background-color: #45a049;
}
#syukuyo-result, #syukuyo-content {
margin-top: 20px;
padding: 20px;
background-color: #f9f9f9;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
#syukuyo-image {
max-width: 100%;
height: auto;
margin-bottom: 20px;
}
h3 {
color: #333;
margin-top: 20px;
}
p {
color: #666;
line-height: 1.6;
}
.syukuyo-list {
list-style-type: disc;
padding-left: 20px;
margin: 10px 0;
}
.syukuyo-list li {
margin-bottom: 5px;
color: #666;
line-height: 1.6;
}