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

body{
  background-color: #FFEEEC;
  color: black;
  font-family:"Noto Sans",Arial,sans-serif;
  font-size: 15px;
  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 #6347FF;
border-bottom: 10px solid #6347FF;
border-left: 10px solid #412DAA;
border-right: 10px solid #412DAA;
  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;
  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:italic;
  line-height:150%;
  text-align: center;
  font-family: "Crimson Pro",Times,serif;
}

hr {
  height: 0; /* Thickness of the horizontal line */
  background-color: #A390FF;  /* 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 #B8B8FF;
border-bottom: 5px solid #6347FF;
border-left: 5px solid #B8B8FF;
border-right: 5px solid #6347FF;
}


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

a:visited{
  color: #614DFF;
  text-decoration:none;
}

a:hover{
  color: #614DFF;
  text-decoration:underline;
}
a:active{
  color: #FF3E29;
  text-decoration:none;
}

table{
      text-align: center; 
    vertical-align: middle;
}

ul{
   margin:0;
   padding:10px 0 0 0;
   list-style-position: inside
}
li{line-height:150%}

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

.def:before {
    text-align:left;
    content: "Definition ";
    font-weight:800;
}
.exa:before {
    text-align:left;
    content: "Example ";
    font-weight:800;
}
.ety:before {
    text-align:left;
    content: "Etymology ";
    font-weight:800;
}
.gly:before {
    text-align:left;
    content: "Glyph Origin ";
    font-weight:800;
}

.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);
}

#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
  }
}