/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.loader {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fadeOut {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 1s, opacity 1s linear;
}

.wp-block-post-title, footer {
  display: none !important;
}
