@import url('https://fonts.googleapis.com/css2?family=Bungee+Spice&display=swap');

body {
  background: red;
  color:white;
  font-family: 'Bungee Spice', sans-serif;
  font-size: 15px;
}

img {
  width: 150px;
}