<html>


<style>


.banner {

background-colour: red;

padding: 20px;

color: white;

}


h1 {

font-family: "Times New Roman", Times, serif;

}


</style>


<div class=“banner”>

<h1>vanilla migraine</h1>

</>


</html>