.visually-hidden {
  border: 0;
  clip: rect(0,0,0,0);
  color: #000;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-decoration-color: #000;
  white-space: nowrap;
  width: 1px;
}

.hidden {
  display: none !important;  
}

header {
  background: #000;
  width: 100vw;
}

header .header__logo {
  left: -25px;
  position: relative;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
}

p {
  font-family: "Raleway", sans-serif;
}

a {
  color: #C62828;
}

a:hover {
  text-decoration: underline;  
}

.generator__module {
  padding: 30px;
  text-align: center;
}

#bingoCard {
  margin: 30px 15px 0;  
}