.flip-container {
    perspective: 1000px
}

.flip-container.hover .flipper {
    transform: rotateY(-180deg)
}

.flipper {
    transition: .4s;
    transform-style: preserve-3d;
    position: relative
}

.front,
.back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 100% auto
}

.front {
    z-index: 2;
    transform: rotateY(0)
}

.back {
    transform: rotateY(-180deg)
}

@font-face {
    font-family: hobeaux-rococeaux-sherman;
    src: url(https://use.typekit.net/af/5201c8/00000000000000003b9adf35/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff2"), url(https://use.typekit.net/af/5201c8/00000000000000003b9adf35/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff"), url(https://use.typekit.net/af/5201c8/00000000000000003b9adf35/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("opentype");
    font-weight: 400;
    font-style: normal
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #eaf7ff !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: hobeaux-rococeaux-sherman, sans-serif;
    font-style: normal;
    color: #d64274
}