body {
  font-family: "brandon-grotesque",sans-serif;
  /*  background: #10222B; */
  margin: 0;
  padding: 0;
  background-image: url(../images/noise.png), linear-gradient(90deg, #232526 10%, #414345 90%);
  /* W3C */ }

p {
  color: #FFF;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center; }

section {
  width: 100%;
  float: left; }