/* Doug Swails
   Version 3.2
   Built 2022*/

* {
    box-sizing: border-box;
}

.column .middle {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    width: auto;
    text-align: center;
}

@media only screen and (max-width: 800px) {
    /* For mobile phones: */
    .logo {
      width: 100%;
      text-align: center;
    }

    h1 {
        
        text-align: center;
    }
  }
/*responsive navbar*/
 
  
  
  
 
  
  
  
  