
     body {
    background-image: url("https://file.garden/Zdi9nZzmo3pLm4dk/DC%20Site%20Stuff/BG%20Images/AtlasWallBG.png");
    background-attachment: fixed;
    background-size: cover;
    font-family:monospace;
    font-size:30px;
  }
  .header {
    text-align: center;
    background-image: url("https://file.garden/Zdi9nZzmo3pLm4dk/Delivery-Header.png");
    height:500px;
    max-width:100%
  }
  li{
    display:inline;
    background-color:#254F25;
    color:#6CB460;
    font-size:30px;
    padding:5px;
  }
  ul{
    text-align:center;
    }
  .infobox {
    background-image:url(https://file.garden/Zdi9nZzmo3pLm4dk/DC%20Site%20Stuff/BG%20Images/TileBG.png); 
    background-attachment:fixed;
    background-size: cover; 
    border-style: solid; 
    border-width:5px; 
    border-color:white; 
    border-radius: 10px; 
    padding: 15px;
  }
  a:link {
    color:#34AA45;
    text-decoration:none;
  }
  a:visited {
    color:#550A0D;
    text-decoration: none;
  }
  a:hover {
    color:#009820;
    text-decoration:underline;
  }
  a:active{
    color:#592325;}