body{
    background-color: #c7fa94 
}

#scramble{
    text-align: center;
    font-size: 150%;

}

#timer{
    text-align: center;
    font-size: 1000%;
}

#timer.is-red {
    color : red;
}

.timertables{
    background-color: #f47171;
}
.statistics{
   text-align: right;
   line-height: 1.4;
   padding-right: 30px;
}

.solvelist {
    padding-top: 2px;
}

ol {
  list-style-position: inside; 
  text-align: center; 
}

.timertables {
  display: flex;         /* Aligns items side-by-side */
  flex-direction: row;   /* Explicitly sets horizontal alignment */
  align-items: flex-start; /* Aligns both items to the top edge */
  gap: 40px;             /* Adds space between the table and the list */
  text-align: center;
  justify-content: center;
}

th{
    position: relative;
    right: 10px;
}

caption{
    padding-bottom: 13px;
    font-weight: bold;
    text-decoration: underline;
}

ol{
    line-height: 1.66;
    height: 245px;
    width: 100px;
    overflow: auto;
}
h7{
    font-weight: bold;
    text-decoration: underline;
}
.cfoptimer{
    display: flex;
}
.timeralgs {
    display: flex;
    justify-content: center;
    overflow: auto;
    gap: 300px;
}
.alg{
    height:30px;
    padding-top: 70px;
}
.algtrainerlist{
    list-style-position: inside; 
    text-align: center; 
    background: #89f3e9;
}
.algtrainerlist li{
    border: 3px;
    
}
.algtrainerlist li:hover{
    background: #826dec;
}
table, th, td {
    border: 1px solid black;
    overflow-x: auto;
}
.algtable{
    overflow-x: auto;
    height: 440px;
}
.casetable tr:hover{
    background-color: #20bb3f;
}