img{
  max-width:100%;
  height:auto;
  display:block;
}
main p {
    margin-top: .3cm;
    color: #333;
    text-align: justify;
    line-height: 1.7;
    font-size: 18px;
}

h1,h2,h3{
    color:#2c3e50;
}
.codebox {
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  max-width: 750px;
}

.codeArea{
  border-bottom: 2px solid #ddd;
}

.copyBtn {
  border: none;
  background: #f9fafb;
  color: black;
  cursor: pointer;
  padding: 5px;
  font-weight: bold;
  font-size: 15px;
}

pre {
  margin: 0;
  padding: 14px;
  font-size: 16px;
  overflow-x: auto;
}

.ln {
  color: #888;
  user-select: none;
  pointer-events: none;
  width: 30px;
  margin-left: -10px;
  display: inline-block;
  text-align: right;
  margin-right: 8px;
}

.out li{
  margin-left: 1cm;
  list-style-type: none;
  font-weight: bold;
  font-size: 19px;
}


.special{
  font-weight: bold;
  color: green;
 }
.code-header {
  background: #f9fafb;
  padding: 8px 12px;
  font-size: 18px;
  color: green;
  font-style: italic;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e7eb;
}


hr{
  margin: 10px 0;
}
.simple-code{
  width:90%;
  max-width:900px;
  border:1px solid #ddd;
  border-radius:8px;
  background:#f9fafb;
  padding:15px;
  overflow-x:auto;
  font-family: monospace;
}

/* Table section */
.table-wrap{
  display: flex;
  justify-content: start;
  width: 100%;
  overflow-x: auto;
} 
 table{ 
  border-collapse: collapse; 
  border: none;
  width: 100%;
  
}

table tr:first-child th{
  background: green;
  color: white;
  text-align: center;
  white-space: nowrap;
  font-size: 20px;
}

table th{
  color:black;
  padding:15px;
  vertical-align: top;
  font-weight: normal;
  text-align:start;
  font-size:18px;
  border:1px solid #ddd;
}
  