@import url('https://fonts.googleapis.com/css2?family=Bungee+Spice&display=swap');

body{
    font-family: sans-serif;
    padding: 5%;
    background-color:darkred;
    color: white;
}

h1 {
    text-align: center;
    font-family: 'Bungee Spice', cursive;
    font-size: 4em;
}

