
table{
width: auto;
margin: auto;
}
@media screen and (max-width : 1368px){
}
  /* On screens that are 992px wide or less, go from four columns to two columns */
  @media screen and (max-width: 992px) {
  }
  
  /* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .Landing{
        max-width: 100%;
    }
    
  }

  p{
    color: white;
    font-size: x-large;
}
h1, h2{
    color: white;
    font-size: xx-large;
}
li{
    color: white;
    font-size: x-large;
    text-align: center;
    list-style-position: inside; /* This places the bullet points inside the list items */
}
body{
    text-align: center;
}
.blank{
    margin-top:50px;
}
.ADDR{
    margin-top: -30px;
    font-size: xx-large;
}