@font-face {
    font-family: "Lovelo";
    src: url("Lovelo-Black.ttf") format("truetype");
}

body{
    background:#ffbd59;
    margin:0;
    display:flex;
    justify-content:center;
}

.contenido{
    transform:scale(0.5);
    transform-origin:top center;
    text-align:center;
}

h1{
    font-family:"Lovelo", sans-serif;
    font-size:120px;
    margin-top:20px;
    margin-bottom:10px;
}

img{
    display:block;
    margin:10px auto;
    max-width:100%;
    height:auto;
    pointer-events:none;
}