/* NavBar */
* {
    font-family: Arial, Helvetica, sans-serif;
}

html,
body,
div {
    margin: 0;
    padding: 0;
    border: 0;

}

#top {
    padding-top: 100;
    margin: auto;
    width: 80%;
    height: 70px;
    display: grid;
    grid-template-columns: 1.5fr 4fr;
    gap: 30%
}

#top>div>img {
    width: 90%;
    height: 50%;
    margin: 5%;
}

#leftDiv {
    display: flex;
    gap: 10px;
}

#leftDiv>div {
    display: flex;
    gap: 10px;
    /* margin-top: 7px; */
}

#leftDiv>div>a>img {
    height: 30px;
    width: 30px;
    margin-top: 10px;
}

#leftDiv>div>img {
    height: 30px;
    width: 30px;
    margin-top: 10px;
}

a {
    text-decoration: none;
}

#bottom {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    height: auto;
    font-weight: bold;
    background-color: #0072bf;
}

#bottom>div {
    text-align: center;
    padding: 1%;
}

#bottom>div>a {
    color: white;
}

#bottom>div:hover {
    background-color: #00548f;
}

#bottom2 {
    display: flex;
    justify-content: center;
    height: auto;
    background-color: #00548f;
}

#bottom2>div>a {
    text-decoration: none;
    color: white;
}

#bottom2>div {
    padding: 1%;
    color: white;
}


/* body */
#container{
    width: 50%;
    margin: auto;
    margin-top: 50px;
}
h3{
    color: #0B5680;
}
p{
    color: #0072bf;
}
#bodyTop{
    display: flex;
}
#date{
   
    display: flex;
    background-color: #0072bf;
    color: white;
    font-size: 20px;

}
#displayDate{
    width: 300px;
    text-align: center;
    color: white;
}
button{
    margin-top: 10px;
    height: 40px;
    border: none;
    background-color:#00548f;
}
thead>tr>td{
    width: 200px;
    padding: 1%;
}
td{
    text-align: center;
    padding: 2%;
}
#buttonToAdd{
    width: 30%;
    display: flex;
}
#buttonToAdd>button{
    background-color: white;
    color: #00548f;
    font-weight: bold;
}
tbody>tr>td{
    background-color: #f6f6f6;
}
td>button{
    background-color: red; 
    color: white;
     border-radius: 90%; 
     font-size: larger; 
     font-weight: bold;
}