* {
  font-family: "Comic Relief", system-ui;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  padding: 0;
}
body {
  background-color: rgb(75, 74, 74);
}

.container {
  text-align: center;
  margin-top: 100px;
}

h1 {
  color: rgb(43, 214, 43);
}
p{
    color: aliceblue;
}