* {
    text-align: center;
}
body {
    background-color: #e0d7d7;
  }
.highlight{
    background-color: yellow !important;
}
table, th, td {
    border:1px solid black;
    margin-left: auto;
    margin-right: auto;
    table-layout: fixed;
    min-width: 60%;
    width: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    border-color: blue;
}
.navbar {
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 14px 0;
    background-color: #333;
}
.navbar a {
    color: #f2f2f2;
    text-decoration: none;
}
.navbar a:hover {
    color: #ddd;
}
