@import url("https://use.typekit.net/xxj2wyn.css");

body {
  padding-left: 2%;
  max-width: 1000px;
  background: rgb(37,37,38);
  background: linear-gradient(145deg, rgba(37,37,38,1) 0%, rgba(0,163,158,1) 100%) fixed;
  background-size: cover;
  background-repeat: no-repeat;
  font-family:"atten-new", sans-serif;
  color: rgba(255, 255, 255, .7);
}

.header {
  font-family:"highgate", sans-serif;
  font-weight:400;
  font-style:normal;
  font-size: 150%;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  line-height:125%;
}
h1 {
  font-size: 300%;
  font-weight:400;
  font-style:normal;
    color:darkturquoise;
}

h3 {
  font-size: 50%;
}

a {
  font-family: Courier;
  color:darkturquoise;
}

.footer {
  padding-top: 10%;
  width: 100%;
  color: white;
}


blockquote {
    margin: 0;
}

blockquote p {
    padding: 5px;
    background: rgba(238, 238, 238, 0.5);
}
