@font-face {
  font-family: Edward;
  src: url("../assets/EdwardPro-Normal.otf");
}

@font-face {
  font-family: EdwardLight;
  src: url("../assets/EdwardPro-ExtraLight.otf");
}

@font-face {
  font-family: PTSans;
  src: url("../assets/PTSans.ttc");
}

body{
  margin: 0;
  padding: 0;
  font-family: 'PT Sans', sans-serif, Trebuchet MS;
}

#container{
  margin-left: 10%;
  width: 80%;
}

h1, h3{
  text-align: center;
}

h1{
  font-size: 2.8em;
}

@media(min-width: 500px){
  h1{
    font-size: 72px;
  }
}

h4{
  font-size: 1.4em;
  text-transform: uppercase;
}

hr{
  border: 1px solid black;
}

.highlight{
  color: white;
  background-color: black;
  padding-left: 2px;
  padding-right: 4px;
}

.text{
  font-weight: light;
  text-align: justify;
}

a{
  color: #d12229;
}

a:visited{
  color: #90232a;
}
