#code{
    background-color: #F2FFCD;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #6E6E6E;
    
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #6E6E6E;
    width: 100%;
    
    font-family: 'Trebuchet MS';
    font-size: 16;
    
    padding: 2px;
    
    tab-size: 8px;
}

#terminal{
    background-color: #2E2E2E;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #6E6E6E;
    
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #6E6E6E;
    width: 90%;
    
    font-family: 'Trebuchet MS';
    font-size: 16;
    color: white;
    
    padding: 2px;
}

table, th, td{
    border: 1px solid black;
    border-collapse: collapse;
}

th, td{
    padding: 4px;
}