body {
 font-family: Lato, Helvetica, sans-serif;
 background-color: #1d1919;

}

h1 {
  font-size: 72px;
}

.container {
  width: 100%;
}

.title-text {
  color: white;
  font-size: 100px;
  font-style: normal;
  font-weight: 100;
  margin-top: 200px;
  text-transform: uppercase;
}

.sub-title-text {
  color: white;
  font-size: 30px;
  font-style: normal;
  font-weight: 100;
  padding-left: 100px;
  padding-right: 100px;
}

.contact-text {
  text-align: right;
  margin-top: 100px;
  margin-right: 200px;
  color: white;
  font-size: 20px;
  font-style: normal;
  font-weight: 100;
}

a {
  color: white;
  text-decoration: none;
}
