@font-face {
    font-family: apercu-black;
    src: url(../fonts/apercu_movistar_plus-black.otf);
}

@font-face {
    font-family: apercu-regular;
    src: url(../fonts/apercu_movistar_plus-regular.otf);
}

body {
    transition: background-image 1s ease-in-out;
    font-family: Arial, sans-serif;
    display: flex;
    margin: 0;
    height: 3840px;
    width: 2160px;
    justify-content: center;
    overflow: hidden;
    color: white;
    font-family: apercu-regular;
}

