body {
    margin: 0;
    display: flex;
    flex-direction: column;
    background-color: #f1f0cc;
    font-size: 15px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}

#menuBar {
    background-color: #3f0d12;
    font-size: 1.5rem;
    height: 50px;
}

#menuBar img {
    padding-top: 8px;
    height: 2rem;
    width: auto;
}

#noBorder {
    border: none;
}

#menuBar a {
text-decoration: none;
color: #eef0f2;
position: relative;
padding: 10px 10px;
border-right: 1px solid #eef0f2;
vertical-align: middle;
}

#menuBar a:hover {
    text-decoration: 2px underline #eef0f2;
}

.mainContent {
    padding-left: 5px;
}

.pageIntro {
    max-width: 500px;
    background-color: #d5bf86;
    padding: 5px 5px;
    justify-content: space-evenly;
    border: 1px solid black;
    border-radius: 10px;
    align-content: space-around;
}

ul {
    width: 15em;
};

ul.listPort {
    list-style-type: square;
}

