/*

THIS IS WHERE YOU STYLE EVERYTHING.

*/

body{

    background:  linear-gradient( to bottom,  #b8a0cf, #ffffff,  #bca6d3);
}
.pages{

    position: relative;
    width: 451px;
    height:663px;
    margin: 0 auto;
    perspective: 2000px;
}

.page img{

    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

 .page.flipped{

    transform: rotateY(-180deg);
    z-index: 0 !important;
}

