@font-face {
  font-family: pixel_font;
  src: url(fonts/Jersey10-Regular.ttf);
}

body {
  font-family: pixel_font;
  margin: 0;
  padding: 20px;
  text-align: center;
  background: #A982C8;
}

a {
    text-decoration-line: none;
    color: #3737fd;
}

h2 {
    font-size: 30px;
    margin: 0;
    color: #333333 ;
}
h1 {
    font-size: 50px;
    color: #212121;
}

button {
  background-color: #b274e4;
  color: #333333;
  border: 5px solid #ddd;
  font-family: "Jersey 10";
  width: 250px;
  height: 50px;
  border-radius: 5px;
  font-size: 20px;
}


  