/***** CSS Styles *****/

/***** Elements (A->Z) *****/

body {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  color: #f2f2f2;
  font-family: "Open Sans", sans-serif;
}

#thebollmans {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: flex-start;
  align-items: center;
  background-color: #111111;
  background-image: linear-gradient(345deg, #111111 0%, #2a2a2a 100%);
}

#thebollmans h1 {
  margin: 0;
  padding: 0 15px 5px;
  text-align: center;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 3px;
  border-bottom: 2px solid #333333;
}

#thebollmans h2 {
  margin: 0;
  padding-top: 6px;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 5px;
}
