/* 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: seashell;
    color: black;
    line-height: 135%;
    display: block;
}
  h1 {
    text-align: center;
}
  h2 {
    text-align: center;
}
  h3 {
    text-align: center;
}
  a {
    text-decoration-line: none;
    color: #990000;
}
  details::details-content {
  background-color: #d9f2d9;
}
  .divone {
    margin: 5px;
    width: 899px;
    border: 3px solid #c3bef0;
    background-color: #e6e6fa;    
    text-align: center;
}
  .divheadone {
    margin: auto;
    width: 1100px;
    border: 3px solid #c3bef0;
    background-color: #e6e6fa;    
    text-align: center;
}
  .divtwo {
    margin: 5px;
    width: 899px;
    border: 3px solid #9AC8FF;
    background-color: #D6E9FF;    
    text-align: center;
}
  .divheadtwo {
    margin: auto;
    width: 1100px;
    border: 3px solid #9AC8FF;
    background-color: #D6E9FF;    
    text-align: center;
}
  .divthree {
    margin: 5px;
    width: 899px;
    border: 3px solid #ffc0d0;
    background-color: #ffe0e0;
    text-align: center;
}
  .divheadthree {
    margin: auto;
    width: 1100px;
    border: 3px solid #ffc0d0;
    background-color: #ffe0e0;    
    text-align: center;
}
  .divfour {
    margin: 5px;
    width: 899px;
    border: 3px solid #a0dea0;
    background-color: #d9f2d9;
    text-align: left;
}
  .divheadfour {
    margin: auto;
    width: 1100px;
    border: 3px solid #a0dea0;
    background-color: #d9f2d9;    
    text-align: center;
}
  .divfive {
    margin: 5px;
    width: 899px;
    border: 3px solid #e8f8ff;
    background-color: #f7fdff;
    text-align: left;
}
  .divheadfive {
    margin: auto;
    width: 1100px;
    border: 3px solid #e8f8ff;
    background-color: #f7fdff;  
    text-align: center;
}
  .leftbar {
    width: 180px;
    margin-top: 5px;
    float: left;
}
  .content {
    margin: 0 auto;
    width: 1100px;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
}
  .header {
    margin: auto;
    width: 1100px;
    text-align: center;
    display: flex;
    position: fixed;
    justify-content: center;
    top: 8px;
    left: 0;
    right: 0;
    z-index: 2;
}
  .main {
    margin: auto;
    width: 900px;
    height: 720px;
    position: relative;
    float: right;
    top: 70px;
}
  .sideboxone {
    margin: auto;
    margin-bottom: 5px;
    width: 180px;
    position: fixed;
    top: 83px;
    height: fit-content;
    border: 3px solid #c3bef0;
    background-color: #e6e6fa;
    text-align: left;
    padding-left: 5px;
    padding-bottom: 5px;
}
  .sideboxonebottom {
    margin: auto;
    margin-bottom: 5px;
    width: 180px;
    position: fixed;
    top: 408px;
    height: fit-content;
    border: 3px solid #c3bef0;
    background-color: #e6e6fa;
    text-align: left;
    padding-left: 5px;
    padding-bottom: 5px;
}
  .sideboxtwo {
    margin: auto;
    margin-bottom: 5px;
    width: 180px;
    position: fixed;
    top: 83px;
    height: fit-content;
    border: 3px solid #9AC8FF;
    background-color: #D6E9FF;
    text-align: left;
    padding-left: 5px;
    padding-bottom: 5px;
}
  .sideboxtwobottom {
    margin: auto;
    margin-bottom: 5px;
    width: 180px;
    position: fixed;
    top: 408px;
    height: fit-content;
    border: 3px solid #9AC8FF;
    background-color: #D6E9FF;
    text-align: left;
    padding-left: 5px;
    padding-bottom: 5px;
}
  .sideboxthree {
    margin: auto;
    margin-bottom: 5px;
    width: 180px;
    position: fixed;
    top: 83px;
    height: fit-content;
    border: 3px solid #ffc0d0;
    background-color: #ffe0e0;
    text-align: left;
    padding-left: 5px;
    padding-bottom: 5px;
}
  .sideboxthreebottom {
    margin: auto;
    margin-bottom: 5px;
    width: 180px;
    position: fixed;
    top: 408px;
    height: fit-content;
    border: 3px solid #ffc0d0;
    background-color: #ffe0e0;
    text-align: left;
    padding-left: 5px;
    padding-bottom: 5px;
}
  .sideboxfour {
    margin: auto;
    margin-bottom: 5px;
    width: 180px;
    position: fixed;
    top: 83px;
    height: fit-content;
    border: 3px solid #a0dea0;
    background-color: #d9f2d9;
    text-align: left;
    padding-left: 5px;
    padding-bottom: 5px;
}
  .sideboxfourbottom {
    margin: auto;
    margin-bottom: 5px;
    width: 180px;
    position: fixed;
    top: 408px;
    height: fit-content;
    border: 3px solid #a0dea0;
    background-color: #d9f2d9;
    text-align: left;
    padding-left: 5px;
    padding-bottom: 5px;
}
  .sideboxfive {
    margin: auto;
    margin-bottom: 5px;
    width: 180px;
    position: fixed;
    top: 83px;
    height: fit-content;
    border: 3px solid #e8f8ff;
    background-color: #f7fdff;
    text-align: left;
    padding-left: 5px;
    padding-bottom: 5px;
}
  .sideboxfivebottom {
    margin: auto;
    margin-bottom: 5px;
    width: 180px;
    position: fixed;
    top: 408px;
    height: fit-content;
    border: 3px solid #e8f8ff;
    background-color: #f7fdff;
    text-align: left;
    padding-left: 5px;
    padding-bottom: 5px;
}