/* 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: arial;
}

 ul { list-style-type: none; margin: 0; padding: 0; overflow: hidden; background-color: #eee8ba; } li { float: left; } li a, .dropbtn { display: inline-block; color: black; text-align: center; padding: 4px 6px; text-decoration: none; font-size:14px;} li a:hover, .dropdown:hover .dropbtn { background-color: #ffffea; } li.dropdown { display: inline-block; } .dropdown-content { display: none; position: absolute; background-color: #f9f9f9; min-width: 60px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; } .dropdown-content a { color: black; padding: 12px 16px; text-decoration: none; font-size: 14px; display: block; text-align: left; } .dropdown-content a:hover {background-color: #f1f1f1; color: #dea700;} .dropdown:hover .dropdown-content { display: block; }
 
 .scripts {
   text-align:center;
   font-family:arial,helvetica,sans-serif;
   font-weight:bold;
   font-size:16px;
   color:#000200;
   }
   
 .quote {
   text-align:center;
   font-family:arial,helvetica,sans-serif;
   font-weight:900;
   font-size:30px;
   color:purple;
   background:#ffff33;
   }  
   
  .div1 {
    border:8px solid#ffffe0;
   } 
   
  .div2 {
     border:8px solid#ffff33;
   }
   
  .randquotes {
    text-align:center;
    font-family:arial,helvetica;
    font-size:16px;
    font-weight:600;
    color:#204020;
   }
   
  .quote2 {
    font-family: helvetica,sans-serif;
    font-size:30px;
    background:#affef0;
    color: #101010;  
   } 
   
  .quote3 {
    font-size:25pt;
    color:purple;
    font-family:arial;
    background:khaki;
    font-weight: 700;
    text-align: center;
   }
   
   
   .title {
   font-family: arial, helvetica, sans-serif;
   font-weight: 600;
   font-size: 25px;
   color: #A666CA;
   text-align: center;
   margin-left: auto;
   margin-right: auto;
   }
   
   .alert {
  background-color: #eee8CA;
  color: white;
  border: #888888 1px solid;
  padding: 10px 45px;
  border-radius: 3px;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 10px;
  }
  
.alert:hover {
  background-color: #CACACA;
  color: white;
  }

   