body {
    margin: 10px;
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: scroll;
}
.row {
  display: flex;
}

.column {
  flex: 60%;
}

.column2 {
  flex: 40%;
}

 /* Style the tab */
 .tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 10px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #97e6cd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #60d1ad;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
} 

.dot {
  height: 15px;
  width: 15px;
  background-color: #bbb;
  border-radius: 50%;
  border-color: #000;
  border: 1px solid black;
  display: inline-block;
  margin-left: 10px;
}

h1 {
   background-color: #97e6cd; 
}

.levelName {
  height: 15px;
  width: 15px;
  border-color: white;
  border: 1px solid white;
  display: inline-block;
  margin-left: 10px;
  text-align: center;
}

@media print {
body {-webkit-print-color-adjust: exact;
    zoom: 98%;}
}
