<style>

body {
zoom: 120%;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    background-image: url(https://i.ibb.co/F6PthkD/af689d1764ec37e4768843aceb26bb05.gif);
    font-size: 1em;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
}

.short {
    margin-top: -15px;
    background-image: url(https://i.ibb.co/DCjq2wR/795fc9a….jpg);
    background-position: left;
    padding: 10px;
}

p{
color: white;
}
</style>