 @font-face {
     font-family: renoult-regular;
     src: url(/font/arial.ttf);
 }
 
 @font-face {
     font-family: renoult-bold;
     src: url(/font/arial-bold.ttf);
 }
 
 body {
     background: #f4f4f4;
     font-family: renoult-regular;
     overflow: auto;
 }
 
 .index {
     width: 100vw;
     height: 100vh;
 }
 
 .navbar {
     background: black !important;
 }
 
 .nav-link {
     color: #fff;
     font-family: renoult-regular;
     font-size: 22px;
 }
 
 .masthead {
     color: white;
     min-height: 30rem;
     width: 100%;
     height: 100%;
     padding-top: 1rem;
     padding-bottom: 8rem;
     background: url('/img/Super Bingo BKG.png');
     background-position: center center;
     background-repeat: no-repeat;
     background-size: 100% 100%;
 }
 
 .masthead h1 {
     font-family: renoult-regular;
     font-size: 4rem;
     margin: 0;
     padding: 0;
 }
 
 @media (min-width: 992px) {
     .masthead {
         height: 100vh;
     }
     .masthead h1 {
         font-size: 5.5rem;
     }
 }
 
 h6,
 h5,
 h3,
 h2,
 h1 {
     color: black;
 }