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

body {
  background-color: black;
  color: white;
  margin: 0;
  font-family: 'Protest Strike';
  text-align: center;
}

a {
  color: #229bb6;
}