/* THE CARD HOLDS THE FRONT AND BACK FACES */
.thecard{
position: flex;
top: 0;
left: 0;
/*This block (starts here) is merely styling for the flip card, and is NOT an essential part of the flip code */
.thefront .h1, .theback .h1{
font-family: 'zilla slab', sans-serif;
padding: 30px;
}
.thefront .p, .theback .p{
font-family: 'zilla slab', sans-serif;
padding: 30px;