@font-face {
  font-family: 'BttF';
  src: url('BTTF.ttf');
}

.top {
  background: linear-gradient(to top, red, yellow);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.bottom {
  background: linear-gradient(to bottom, red, yellow);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

body {
  background-color: rgb(10,26,85);
  color: rgb(240,110,60);
  font-family: BttF;
  text-align: center;
  padding: 20px;
  margin: auto;
  max-width: 1280px;
}

a {
  color: rgb(240,110,60);
}

h1 {
  font-size: 64;
}
