h1 {
  font-size: 100px;
  font-family: 'Power Clear';
  background: -webkit-linear-gradient(45deg, #009ffd, #2a2a72);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text {
  font-size: 30px;
  font-family: 'Power Clear';
}
.link {
  font-size: 30px;
  font-family: 'Power Clear';
  text-decoration: none;
}
.link:hover {
  text-decoration: underline;
}
@font-face {
  font-family: 'Power Clear';
  src: url('../data/pkmndp.ttf');
}
img {
  width: 300px;
  height: 300px;
}
.button {
  height: 75px;
  width: 200px;
  font-size: 30px;
  font-family: 'Power Clear';
}
.input-email {
  height: 75px;
  width: 400px;
  font-size: 30px;
  font-family: 'Power Clear';
}

.noscript-warning {
  display: block;
  text-align: center;
  font-size: 18px;
  margin: 20px;
  color: red;
}
