<style>
@import url('https://fonts.googleapis.com/css2?family=Emilys+Candy&display=swap');
</style>
<style>
* {
font-family: "Emilys Candy";
}
body{
background-image: url(a);
background-image-repeat: round;
width: 380px;
margin: auto;
align-content: center;
text-align: center;
padding: 0px;
font-size: 20px;
color: #8b8bac;
}
</style>
wip