@font-face {
	font-family: tf2build;
	src: url("../fonts/tf2build.ttf");
}

body {
	margin-bottom: 50px;
	background: none;
}

.header-text {
    color: #fff;
    font-family: tf2build;
    font-size: 5rem;
    font-weight: 10;
}

.header-text:hover {
    color: #bbb;
    text-decoration: none;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}