/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
   
   header{
    filter:drop-shadow(10px 10px 5px #5f4817)
   }
   .topnav{
    background-color: #ae67ff;
    max-width: 350px;
    margin:auto;
    border-radius: 5px;
    text-align: center;
    padding: 4px 8px;
    border-style:outset;
    border-color: rgb(189, 91, 255);
   }
   .badge {
    color: white;
    text-align: center;
    border-radius: 5px;
  }

.welcome{
  max-width: 1000px;
  margin:auto;
  text-align: center;
  padding: 4px 8px;
}

body {
  background-image: url(/backgrounds/chess.gif);
  color: rgb(0, 0, 0);
  font-family: Verdana;
  margin:auto;
  max-width: 1000px;
}
.container1{
  background-image: url(/backgrounds/rrbg.gif);
  max-width: 800px;
  margin:auto;
  text-align: center;
  padding: 4px 8px;
  border-radius: 5px;
  border-style:outset;
  border-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
