a {
    color: #1a73e8;
    text-decoration: none;
}
a:hover {
    color: #c0392b;
    text-decoration: underline;
}
.nav {
    margin-bottom: 20px;
    font-weight:bold
}

.box {
    border: 1px solid #ccc;
    padding: 12px;
    margin-bottom: 10px;
}

#highlight {
    background-color: #fff3cd;
    padding: 2px 4px;
}

div { 
    box-sizing: border-box;
}

.nav a {
    margin-right: 10px;
}

@media (max-width: 600px) {
    body {
        font-size: 16px;
        padding: 10px;
    }
    .nav {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .nav a {
        margin-bottom: 8px;
        font-size: 18px;
    }
}

.projects-table th {
    background-color: #f2f2f2;
}

.projects-table th, .projects-table td {
    border: 1px solid #333;
    padding: 8px;
    text-align: left;
}

.img-brand {
    width: 100%;
    max-width: 150px;
    height: auto;
    border-radius: 5px;
}

.highlight {
  background-color: yellow;
  font-weight: bold;
  padding: 2px 4px;
}