body {
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #313136;
  font-size: 18px;
  line-height: 30px;
  margin: 0;
  background: #f9f9f9;
}

.container {
  width: 100%;
  height: 100vh;
  position: absolute;
}

.center-it {
  position: relative;
  top: 25%;
  margin-left: 100px;
  margin-right: 100px;
}

.title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
  color: #232328;
}

.description {
  padding-bottom: 10px;
}
