/* Dashboard */

#container{
    display: flex;
    justify-content: space-around;
}

#container section{
    margin: 0 0px;
}

table{
    margin: auto;
}

th, td{
    padding: 5px;
}

tr:nth-child(2n){
    background-color: lightgray;
}

th{
    background-color: gray;
}


h3, h1{
    margin: 20px 0;
    text-align: center;
}


