/* 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." */

body {
    background-image: url(dot_tile2.png);
    background-size: 3% auto;
  }
.mainbanner {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 25%;
    display: block;
  }
.chatbox {
    width: 30px;
    float: right;
    margin-right: 100px;
  }
.main-box1 {
    margin: auto;
    width: 35%;
    border: 10px ridge #ea6b31;
    border-radius: 15px;
    background-color: #ff99ff;
    background-image: url(tile-hex1.jpg);
    background-size: 7% auto;
    padding: auto;
    text-align: center;
    vertical-align: left;
    font-size: 22px;
  }
ul {
    padding-left: 0;
    margin-left: 0;
    list-style-position: inside;
  }
.sidebar-left-box {
    margin: 20px 300px;
    border: 10px ridge #ea6b31;
    border-radius: 15px;
    background-color: #ff99ff;
    background-image: url(tile-hex1.jpg);
    background-size: 40% auto;
    padding: 5px;
    text-align: left;
    font-size: 28px;
    font-family: garamond;
    width: 200px;
    float: left;
  }
.sidebar-left-buttons {
    list-style: none;
    text-align: left
    font-weight: bold;
    font-family: garamond;
    font-size: 18;
  }
.title-int {
    color: maroon;
    text-align: left;
    font-size: 22px;
    text-shadow: 2px 2px 2px #999999
  }
.desc2 {
    color: black;
    font-size: 18px;
    font-weight: bold;
    width: 700px;
    margin: auto;
  }
.copyright {
    color: black;
    text-align: center;
    font-size: 12px;
    font-family: "Helvetica Neue", Arial, sans-serif
    text-shadow: 2px 2px 2px #000000
  }
.navigation {
  list-style: none;
  display: flex;
  justify-content: center; 
  }
  .watermarks {
    justify-content: center;
    }
.fig1 {
    font: arial;
    color: #ff00ff;
    font-size: 20px;
    align-content: center;
    text-shadow: 2px 2px 2px #000000
  }
