
@font-face {
  font-family: 'JBLACK';
  src: url(fonts/JBLACK.TTF) format("truetype");
}


body {
  color: black;
  background-color: white;
  text-align: center;
}

a {
  color: black;
}

a:hover, a:active {
  color: red;
}

h1, h2, h3 {
  font-family: 'JBLACK';
}

h2, h3 {
  text-transform: lowercase;
}

p, h1, h4 {
  text-transform: uppercase;
}

h1 {
  font-size: 75px;
}

h2 {
  font-size: 45px;
}

h3 {
  font-size: 25px;
}

img {
  max-width: 550px;
}

div {
  max-width: 800px;
  margin: auto;
}


