body {
    width: 100%;
    min-width: 1580px;
}

.content {
    background-image: url("../images/back0.png");
    width: 100%;
    height: 1100px;
}

.imgs {
    width: 100%;
    min-width: 1580px;
    z-index: 1;
}

.left,
.right {
    width: 300px;
    margin-top: 90px;
    position: absolute;
}

.right {
    margin-left: 1300px;
}

.container {
    margin-top: 100px;
    text-align: center;
}

.container img {
    padding-top: 80px;
}

#page-container {
    width: 60%;
    margin: 20px auto;
    padding: 20px;
}

.page {
    display: none;
}

#page1 {
    display: block;
}

.page h1 {
    font-size: 24px;
    color: #333;
}

.page p {
    font-size: 16px;
    color: #666;
}

.buttons {
    margin-top: 20px;
    text-align: center;
}

.buttons button {
    padding: 10px 20px;
    margin: 0 10px;
    background-color: #ff89d4;
    color: white;
    border: none;
    border-radius: 5px;
    font-weight: bolder;
    font-size: 22px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.buttons button:hover {
    background-color: #da1994;
}

.image-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;

}

.imaging {
    margin-top: 20px;
    width: 28%;
    background-color: white;
    padding: 20px 5px 0px 5px;
    color: #7c2b27;
    text-align: center;
    border-radius: 20px;
}

.imaging img {
    width: 90%;
}
