.main-image-div {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    height: auto;
    background-color: rgb(213, 253, 251);
}
.main-image {
    width: 65%;
}
.main-image-header {
    position: absolute;
    top: 3%;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: clamp(0.5rem, 2.3vw, 4rem);
    color: rgb(173, 10, 72);
    text-wrap: nowrap;
    padding: 0;
    margin: 0;
}
.main-image-slogan {
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: clamp(1rem ,3.5vw, 5.5rem);
    color: rgb(173, 10, 72);
}
.info-box {
    border: solid 2px rgb(109, 201, 207);
    padding: clamp(0.5rem, 3vw, 2.5rem) clamp(0.5rem, 2.5vw, 1.5rem);
    border-radius: 4vw;
    margin: clamp(1rem, 2.5vw, 3rem) clamp(1rem, 7vw, 16rem);
    height: clamp(11.5rem, 35vw, 35rem);
    display: flex;
    flex-direction: row;
}
.sub-section-pic {
    height: auto;
    max-width: 100%;
    display: block;
    border-radius: 1.5rem;
}
.info-box-pic {
    width: 50%;
    height: auto;
    display: flex;
    justify-content: space-around;
}
.info-box-text {
    width: 50%;
    height: auto;
    position: relative;
}
.base-chain-header {
    font-size: clamp(1rem, 5vw, 5rem);
    text-align: center;
}
.accessories-header {
    font-size: clamp(1rem, 3.3vw, 5rem);
    text-align: center;
}
.valentines-header {
    font-size: clamp(1rem, 4vw, 5rem);
    text-align: center;
}
.info {
    font-size: clamp(0.8rem, 3vw, 3.5rem);
    text-wrap: balance;
    text-align: center;
}
.buy-button {
    padding: clamp(0.2rem, 0.5vw, 1rem) clamp(0.3rem, 1vw, 3rem);
    background-color: lightpink;
    border: solid 1px rgb(228, 146, 160);
    border-radius: 3rem;
    font-size: clamp(0.9rem, 3vw, 3.5rem);
    font-family: sniglet, arial;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    white-space: nowrap;
}   