body {
  background-color: #000000;
  color: #34cf00;
}
.bingo-body {
  background-color: linen;
}

.menu_box {
  vertical-align: top;
  text-align: center;          
}

.active_menu_box {
  vertical-align: top;          
    text-align: center; 
  background-color: #ccffff;         
}

.ka-header {
  text-align: center;          
  font-size: 30px;
}

a {
  text-decoration: none;
}

.header-letters {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    text-align: center;
    vertial-align: middle;
}

.quote {
    text-wrap: wrap;
}

.box1 {
    background-color: lightgrey;
    width: 300px;
    height: 150px;
    border: 15px solid green;
    padding: 5px;
    margin: 20px;
    }

.box2 {
    background-color: lightgrey;
    width: 300px;
    height: 150px;
    border: 15px solid green;
    padding: 5px;
    margin: 20px;
    text-align: center;
    vertical-align: middle;
    color: black;
    font-size: 20px;
    }

    .box3 {
    background-color: lightgrey;
    width: 150px;
    height: 100px;
    border: 15px solid green;
    padding: 5px;
    margin: 20px;
    text-align: center;
    vertical-align: middle;
    color: black;
    font-size: 20px;
    }