body {
    background: rgb(238,174,202);
    background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%);
}
h1 {
    text-align: center;
}
.img {
    display: flex;
    margin-left: 500px;
    height: 400px;
    width: 400px;
    justify-content: center;
}
.img img {
    height: 400px;
    width: 300px;
}
.con {
    width: 300px;
}

.text-content {
    text-align: center;
}
h2{
    text-align: center;
}
.hidden {
    display: none;
}

.show-P {
    display: block;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 300px;
    justify-content: space-around;
}
