table {
    width: 80%;
    border-collapse: collapse;
}
th, td {
    border: 1px solid #999;
    padding: 10px;
    text-align: center;
}
th {
    background-color: #f2f2f2;
}
caption {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 30px;
}
.buy-button {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
}
.buy-button:hover {
    background-color: #218838;
}

.inquiry {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.custom-shape-divider-top-1749195094 {
    position: block;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1749195094 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 200px;
}

.custom-shape-divider-top-1749195094 .shape-fill {
    fill: #4A90E2;
}

.changepage {
    text-align:center;
    margin-top: 20px;
}

.changepage button {
    font-size: 20px;
    border: none;
    background-color: inherit;
    color: inherit;
}

.changepage button:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}