
h1 {

    text-align: center;
    color: aliceblue;
    font-size: 6rem ;
  font-family: "Kode Mono", monospace;
  font-weight: 400;
  font-style: normal;
  margin-top: 20%;
}

h2 {
  margin-top: 10%;
    color: aliceblue;
    text-align: center;
    font-size: 3rem ;
  font-family: "Kode Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
h3 {
    font-family: "Protest Revolution", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 3rem ;
}html{
  background-color: black;
}