body {
    font-family: 'Kanit', sans-serif;
    font-size: 17px;
}

a:link {
    color: black;
    text-decoration: none;
}

a:active {
    color: black;
    text-decoration: none;
}

a:hover {
    color: black;
    text-decoration: none;
}

a:visited {
    color: black;
    text-decoration: none;
}

.first-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu {
    height: 20px;
    position: absolute;
    left: 30px;
    top: 30px;
}

.logo {
    height: 75px;
    display: flex;
}

table {
    width: 100%;
}

.menuIcons {
    width: 10%;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin: 5px;
}

.icons {
    height: 36px;
}

.navbar {
    width: 35%;
    text-align: left;
    padding: 5px;
    margin: 5px;
    margin-right: 0;
}

.lastSection {
    width: 40%;
    line-height: 30px;
    text-align: left;
    padding: 5px;
    margin: 5px;
    margin-left: 0;
}

.menuPart {
    background-color: rgb(197, 197, 197);
}

.activePart {
    background-color: rgb(197, 197, 197);
}