html, body{
    margin: 0px;
    height: 100%;
    width: 100%;
}
body{
    background-image: url("https://94bf2239.aerocdn.com/image-factory/ebebd2257c67f2c975db55320502418f3ad2a936~700x700:upscale/images/products/f0CBDYQdkG7r5QMkZIDaCW00PV70M9AREiyEb9s7.jpg");
    display: flex;
    justify-content: space-between;
}
.middle{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 675px;
}
.left, .right{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 500px;
}
.intro{
    text-align: center;
    margin: 0px;
    padding: 8px 0px;
    font-size: 60px;
    text-decoration: underline;
    text-decoration-color: rgb(219, 70, 120);
    /*background: linear-gradient(90deg,rgba(240, 0, 0, 1) 0%, rgb(232, 32, 32) 26%, yellow 39%, rgb(20, 161, 20) 52%, rgb(24, 24, 170) 64%, rgb(232, 37, 157) 69%, rgba(94, 29, 224, 1) 85%, rgba(180, 58, 109, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}
span{
    color: rgb(235, 13, 39);
    color: rgb(219, 70, 120);
}
.wrapper{
    width: ;
    height: ;
    border: 3px ridge red;
    background-color: rgb(247, 175, 175); 
    margin-top: 10px;
}
.midp{
    border: 3px ridge red;
    background-color: rgb(247, 175, 175);
    color: rgb(219, 70, 120);
    padding: 10px;
    font-size: 13px;
}