body{
background-color: antiquewhite;
    

}

label{
    color: red;
    visibility: hidden;
}

p{
    text-align: center;
}


table{
    border: 1;
    

}

table, th, td{
    border: 1px solid black;
}

.nav-left{

}

.nav-center{
    text-align: center;
}

.nav-right{
    text-align: right;


}

.logo{
    width: 10%;
    height: 10%;
    
}



