.previous-command{
    margin-left: 4px;
}
body{
    background-color: #171717;
    color: white;
    font-family: cursor, monospace;
  }

#command{
    background-color: inherit;    
    all:unset;
    margin-left:4px;    
}
.prompt{
    color: #72d969;
    font-weight: 520;
    letter-spacing: 0.5px;
}

.table-2{
    margin-left: 7rem;
    color: white;
}
.container{    
    display: flex;
}
.col{
    margin:0rem 1rem 0rem 1rem;
}
.col p{
    margin:0.4rem 0rem 0.2rem 0rem;
}
.table-1 p{
    color:#FF4A4A;
    /* color:#3AA6B9; */
    /* color:#0A6EBD; */
    /* color:#F1C27B; */
    
    letter-spacing: 0.5px;
}
p{
    margin:0.5rem 0rem 0.5rem 0rem;
}

a{
    color:#3AA6B9;    
}
.title{
    color:#FF4A4A;
}

.conference{
    color:#F1C27B;
}
#banner{
    width: fit-content;
    padding: 0.6rem;
    font-size: 1.2rem;    
    border:2px solid #FF4A4A;
    border-style: dashed;
}


@media only screen and (max-width: 400px) {
    #command {
      width: 120px;
    }
    body p{
        font-size:0.8rem;
    }
    .table-1{
        margin-left: 0rem !important;       
    }
  }
