* {
    margin: 0;
    padding: 0;
}


.outer {
    width: 100%;
    min-height: 100vh;
    background-color: #fee6f4;
    text-align: center;
    position: relative;
}

.img {
    width: 100%;
    text-align: center;
}
.img img{
    width: 100%;
}
.img2 img{
    width: 95%;
    margin-top: 5%;
}
.img3 img{
    width: 60%;
    margin-top: 2%;
}
.img4 img{
    width: 15%;
    margin-top: 2%;
}
.img5 img{
    position: absolute;
    bottom: 0;
    left: 0;
}
