/* 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-color: white;
  color: black;
  font-family: Verdana;
}

      html {
        background-color: #ffffff;
      }
      body {
        background-color: #602b61;
        margin: 0;
      }
      
      h1 {
        font
      }
      
      a { text-decoration: none; color:white; }
      a:visited { text-decoration: none; color:white; }
      
      .quote {
        color: white;
      }
      
      .topBar {
        width: 100%;
        color: #ffffff;
        text-align: center;
        text-decoration: none;
        font-size: 17px;
        overflow: hidden;
        background: #1f1f1f;
        background: linear-gradient(320deg,rgba(31, 31, 31, 1) 0%, rgba(71, 71, 71, 1) 31%, rgba(66, 66, 66, 1) 55%, rgba(46, 46, 46, 1) 76%, rgba(82, 82, 82, 1) 91%);
        align-items: center;
        justify-content: center;
        border: 2px;
        border-style: none none solid none;
        border-color: grey;
      }
      
      .Body {
        color: white;
        width: 100%;
        background-color: #602b61;
        margin: 0;
        overflow: hidden;
      }
      
      .mainBody {
        margin: 3% auto 3% auto;
        width: 50%;
      }
      
      .bodyHeader {
        text-align: center;
        background: #1f1f1f;
        background: linear-gradient(320deg,rgba(31, 31, 31, 1) 0%, rgba(71, 71, 71, 1) 31%, rgba(66, 66, 66, 1) 55%, rgba(46, 46, 46, 1) 76%, rgba(82, 82, 82, 1) 91%);
        border: 2px;
        border-style: solid;
        border-color: grey;
        border-radius: 15px;
        color: white;
      }
      
      .bodyMiddle {
        text-align: center;
        background: #1f1f1f;
        background: linear-gradient(320deg,rgba(31, 31, 31, 1) 0%, rgba(71, 71, 71, 1) 31%, rgba(66, 66, 66, 1) 55%, rgba(46, 46, 46, 1) 76%, rgba(82, 82, 82, 1) 91%);
        border: 2px;
        border-style: solid;
        border-color: grey;
        border-radius: 15px;
        color: white;
      }
      
      .bodyLeft {
        background: #1f1f1f;
        background: linear-gradient(320deg,rgba(31, 31, 31, 1) 0%, rgba(71, 71, 71, 1) 31%, rgba(66, 66, 66, 1) 55%, rgba(46, 46, 46, 1) 76%, rgba(82, 82, 82, 1) 91%);
        border: 2px;
        border-style: solid;
        border-color: grey;
        border-radius: 15px;
        color: white;
      }