.stone-ex-section {
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
    text-align: center;
}
.stone-main {
    background-color: #8daa8d;
}
.stone-info {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.stone-card {
    background-color: #769776;
    width: 600px;
}
.stone-container {
    background-color: #618861;
}
.stone-container img {
    width: 300px;
    border-radius: 10px;
    border: 2px solid #000000;
    cursor: pointer;
}
.stone-close {
    padding: 10px;
    border: none;
    width: 200px;
    border-radius: 10px;
    background-color: #9b4242;
    color: #ffffff;
    outline-color: #aaa8a8;
    cursor: pointer;
    user-select: none;
}
dialog {
    padding: 20px;
    border: 2px solid #000000;
    border-radius: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    width: 500px;
}
dialog blockquote {
    border-left: 2px solid #413c3c;
}