body {
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,1) 40%, rgba(102,27,27,1) 100%); 
  font-family: 'Nunito', sans-serif;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: 0;
  padding: 0;
}

.full-height {
  height: 100vh;
}

.flex-center {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100vh;
  position: relative;
}

.content {
  text-align: center;
  color: white;
  font-size: 40px;
}

.title {
  font-family: 'Anton';
  color: white;
  font-size: 150px;
  text-align: center;
  vertical-align: middle;
	text-shadow: 1px 1px 1px #000;
	text-transform: uppercase;
}

a {
  text-decoration: none;
  margin: 0 10px;
  color: white;
}

a:visited {
  color: white;
}

@media screen and (max-width: 768px) {
  .title {
    font-size: 170px;
  }

  .content {
    font-size: 50px;
  }
}