@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html{
  background-color: #DEB887;
  background-attachment: fixed;
}

body{
  background-color: #FDF5E6;
  color: black;
  font-family:"Crimson Pro","Times New Roman",serif;
  font-size: 15.5px;
  font-weight:500;
  line-height: 150%;
  width: auto;
  padding:0 25px 25px 25px;
  margin-left:10;
  margin-right:10;
  text-align: left;
  justify-content: center;
  border-style: solid;
  border-top: 10px solid #20B2AA;
border-bottom: 10px solid #20B2AA;
border-left: 10px solid #008B8B;
border-right: 10px solid #008B8B;
  float: none;
}

b{
    font-weight:800;
  }
  strong{
        font-weight:800;
    }
header{
  padding-top:5px;
  text-align: center;
  font-family: "Crimson Pro",Times,serif;
}

h1{
  font-size:40px;
  font-style:italic;
  font-weight:800;
  line-height:150%;
  text-align: center;
  font-family: "Crimson Pro",Times,serif;
}

h2{
  font-size:30px;
  font-weight:800;
  font-style:normal;
  text-align: center;
  line-height:150%;
  font-family: "Crimson Pro",Times,serif;
}

h3{
  font-size:26px;
  font-weight:800;
  font-style:normal;
  line-height:150%;
  text-align: center;
  font-family: "Crimson Pro",Times,serif;
}

h4{
  font-size:20px;
  font-weight:800;
  font-style:normal;
  line-height:150%;
  text-align: center;
  font-family: "Crimson Pro",Times,serif;
}

hr {
  height: 0; /* Thickness of the horizontal line */
  background-color: #6347FF;  /* Light color for the top */
  position: relative;
  width: 80%; /* Adjust to your desired width */
  margin: 20px auto; /* Center the line horizontally */
  overflow: visible;
    border-top: 5px solid #20B2AA;
border-bottom: 5px solid #008B8B;
border-left: 5px solid #20B2AA;
border-right: 5px solid #008B8B;
}


a:link{
  color: #CD853F;
  text-decoration:none;
}

a:visited{
  color: #008B8B;
  text-decoration:none;
}

a:hover{
  color: #008B8B;
  text-decoration:underline;
}
a:active{
  color: #CD853F;
  text-decoration:none;
}

table{
  border-collapse:collapse;
      text-align: center; 
    vertical-align: middle;
         table-layout:auto;
         width:100%;
         padding:5px;
         margin-bottom:20px;
         }
.br{
  border-right: 3px solid #A0522D;
}
.bb{
  border-bottom: 3px solid #A0522D;
}
.bg{
  background-color:#DEB887;
}
.bbl{
border-bottom: 3px solid #DEB887;
}
.brl{
border-right: 3px solid #DEB887;
}

li{line-height:150%}

.input:focus {
    outline: none !important;
    border:3px #6347FF;
    border-color:#B8B8FF;
  }


.skip:link{
color:#FFEEEC;
  text-decoration:none;
}
.skip:visited{
color:#FFEEEC;
  text-decoration:none;
}

.skip:hoover{
color:#FFEEEC;
  text-decoration:none;
}
.skip:active{
color:#FFEEEC;
  text-decoration:none;
}

.material-symbols-outlined{
      display: inline-flex;
    vertical-align: top;
  }

.num{
  white-space:nowrap;
}

.ver{
  padding:0;
  margin:0;
  text-indent: -10px;
margin-left: 10px
  }

 .hidden {
    display: none;
  }
  
  .hidden.content {
  padding: 0 10px;
  display: none;
  overflow: hidden;
}

.collapsible {
  background-color: transparent;
  cursor: pointer;
  color: #FF3E29;
  margin-top:8px;
  margin-left:0;
  padding: 10px;
  width: 100%;
  border-width: 0 0 3px 0;
  border-style: solid;
  border-color: #FF3E29;
  text-align: center;
  text-indent:10px;
  font-size: 26px;
  font-weight:800;
  font-family: "Crimson Pro",Times,serif;
}

.sub.collapsible{
  font-size:22px;
  font-style:italic;
}

.collapsible:hover {
  color: #614DFF;
}

.content {
  padding: 0 10px;
  overflow: hidden;
}

.container {
    display: flex;
    flex-wrap: wrap;
    max-width: 600px;
    width: 100%;
    gap: 10px;
    padding: 10px;
}

.cube {
    background-color: #4CAF50;
    color: white;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.cy{
  font-family:"EB Garamond";
}

#txt1{
    font-size: 14px;
  font-weight:normal;
  line-height: 150%;
  }

@media screen and (min-width: 1000px){
  body{
    width:525px;
    padding: 0 35px 35px 35px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .ml{
    columns:2
  }
}