.r_txt {
	font-family: Orbitron; 
	font-size: 40px;
}


/* Style all font awesome icons */
.fa {
  padding: 20px;
  font-size: 20px;
  width: 30px;
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa- {
  
  color: red;
}

html {
  height: 100%;
}

body {
  display: grid;
  width: 1250px;
  margin: auto;
  background-color: white;
}

.input {
  width: 1250px;
  background-color: white;
  border: 1px solid blue;
}

header {
  height: 100px;
  background-color: black;
}

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

header a h1 {
  padding: 1rem 0 1rem 2rem;
  font-family: Arial, Helvetica, sans-serif;
}

.containerBlurb {
  text-align: center;
  margin: 2rem;
}

#hero {
  margin-bottom: 2rem;
}
