html,body {
  font-family: "Smooch Sans", sans-serif;
  padding:10px;
  text-align:center;
  background-color: #000000;
  color:white;
   height:100%;
  font-size:19px;
}

h1 {
  font-family: "Smooch Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-size:80px;
  font-style: normal;
  color:white;
}

h2 {
  font-family: "Smooch Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-size:40px;
  font-style: normal;
  color:white;
}

h3 {
  font-family: "Smooch Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-size:30px;
  font-style: normal;
  color:white;
}

p {
  font-family: "Smooch Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size:20px;
  font-style: normal;
  color:white;
  padding:10px;
}

a {
  color:white;
}

a:hover {
  color:red;
}

hr {
  color:lightgrey;
}

figure {
  margin:0px;
}

i {
  font-size:25px;
  padding-right:10px;
  padding-left:10px;
}