.center {
    margin: 0;
    position:absolute;
    top: 50%;
    left:50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#def-Display {
    display: none;
}

.definitionStyling {
    font-family: Playfair Display,serif;
}

#barDisplay {
    display: none;
    background:  linear-gradient(45deg, rgb(196, 87, 60) 0%, rgb(255, 171, 171),  rgb(245, 201, 59),  rgb(231, 124, 217) 100%);
}

#footDisplay {
    display: none;
    background: linear-gradient(45deg, rgb(196, 87, 60) 0%, rgb(255, 171, 171),  rgb(245, 201, 59),  rgb(231, 124, 217) 100%);
}

#footDisplay2 {
    background-color: transparent;
}

#cardRow {
    background-color: transparent;
}

