/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  color: white;
  font-family: Manufacturing Consent;
  background: url('https://media3.giphy.com/media/v1.Y2lkPTc5MGI3NjExb211bHR5ZDBycDJ3MG80cXN6Y2piczhleTJ2d3Y5dzQ2aGQyNG95aSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/3TZgJXiwbdbLG/giphy.gif') no-repeat center center fixed;
  background-size: cover;
  margin: 0;
  text-align: center;
  text-shadow: 2px 2px black;
}

#selector {
    width:100%;
    height:100%;
}