@font-face {
    font-family: Audiowide;
    src: url(audiowide.ttf);
}

@font-face {
    font-family: Pixel Carnage;
    src: url(pixelcarnage.ttf);
}

body { 
  background: #070829;
  background: -moz-linear-gradient(top, #070829 0%, #05092b 24%, #08092b 25%, #08092d 30%, #050a2b 32%, #070a2e 35%, #080e31 56%, #090f35 62%, #080f32 63%, #0b1036 64%, #0b0f36 69%, #0a1237 70%, #091136 73%, #0b173f 91%, #0b163c 96%, #2e3135 97%, #2e3135 100%) fixed;
  background: -webkit-linear-gradient(top, #070829 0%,#05092b 24%,#08092b 25%,#08092d 30%,#050a2b 32%,#070a2e 35%,#080e31 56%,#090f35 62%,#080f32 63%,#0b1036 64%,#0b0f36 69%,#0a1237 70%,#091136 73%,#0b173f 91%,#0b163c 96%,#2e3135 97%,#2e3135 100%) fixed;
  background: linear-gradient(to bottom, #070829 0%,#05092b 24%,#08092b 25%,#08092d 30%,#050a2b 32%,#070a2e 35%,#080e31 56%,#090f35 62%,#080f32 63%,#0b1036 64%,#0b0f36 69%,#0a1237 70%,#091136 73%,#0b173f 91%,#0b163c 96%,#2e3135 97%,#2e3135 100%) fixed;
}

h1 { 
  font-family: 'Audiowide', cursive;
  font-weight: bold;
  color: #FF073A;
  text-align: center;
  margin: 0 auto;
}

svg {
  margin: 0 auto;
  height: 200px;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
}

a,p {
  color: white;
  text-decoration: none;
}

a:hover {
  color: hotpink;
  text-decoration: none;
}

#wrapper {
  margin-top: 10%;
}

.brilhakct {
  filter: url(#brilho);
  -webkit-filter: 
    url(#brilho);
  -moz-filter: 
    url(#brilho);
  -o-filter: url(#blurFilter);
  -ms-filter: url(#brilho);
}

.links {
  margin: auto;
  width: 50%;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-family: 'Pixel Carnage';
}	
