* {
    padding: 0;
    margin: 0;
}

body {background-color: #232323;}

body {
    font-family: "Titillium Web", sans-serif;
  }

  img {
    width: 300px;
}

h1 {
    color: gainsboro;
    font-size: 30px;
}

h2 {
    color: gainsboro;
    font-size: 20px;
}

p {
    color: gainsboro;
    font-size: 15px;
}

li {
    color: gainsboro;
}

.content {
    width: 100%; /* Could be anything, but 75% works here. */
    margin: auto; /* This is what center the content div itself. */
    text-align: center; /* This will center the text inside the paragraph tag */
    margin-top: 75px;
 }

 p {
    font-weight: bold
 }

a{
	color: #ffcc00;
}

a:hover{
	color: #ffcc00;
}

a:visited{
	color: #ffcc00;
}

a:active{
	color: #ffcc00;
}

.titillium-web-extralight {
    font-family: "Titillium Web", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .titillium-web-light {
    font-family: "Titillium Web", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .titillium-web-regular {
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .titillium-web-semibold {
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .titillium-web-bold {
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .titillium-web-black {
    font-family: "Titillium Web", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .titillium-web-extralight-italic {
    font-family: "Titillium Web", sans-serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .titillium-web-light-italic {
    font-family: "Titillium Web", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .titillium-web-regular-italic {
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .titillium-web-semibold-italic {
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .titillium-web-bold-italic {
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  