body {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
    
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;

    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

h1 {
    text-align: center;
    padding-top: 50px;
}

h4 {
    text-align: center;
    margin-bottom: 0;
}

h5 {
    text-align: center;
}

h5 a {
    text-decoration: none;
}

a {
    text-decoration: none;
}

A:visited {
    color: black;
}

img {
    height: 100px;
    padding: 10px;
}

.description {
    max-width: 100%;
    max-height: 50px;
    text-align: left;
    text-overflow: "";
    overflow: hidden;
}

#body {
    display: flex;
}

#box {
    width: 65%;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 0 5px 0;
    border-radius: 15px;
    min-height: 500px;
    opacity: 99%;
}

#heading {
    height: 150px;
}

#mainSection {
    display: flex;
}

#navigation {
    margin-left: 2%;
    margin-right: 2%;
    border-radius: 10px;
    padding: 1%;
    width: 20%;
}

#navbar {
    margin-top: 10%;
    margin-left: 2%;
    margin-right: 2%;
}

#navTitle {
    margin: 0 0 5% 0;
    border-radius: 10px;
    padding-top: 5px;
    text-align: center;
}

#navItem {
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

#articleItem {
    margin-bottom: 3px;
    border-radius: 10px;
    padding-top: 5px;
    display: flex;
    width: 100%;
}

.removeColor {
    color:black;
}

#articleItem h4 {
    margin-top: 3%;
    margin-bottom: 0%;
    text-align: left;
}

#articleItem h5 {
    margin-top: 1%;
    margin-bottom: 0%;
    text-align: left;
}

#articleItem p {
    margin-top: 2px;
}

#footer {
    border-radius: 10px;
    margin: 0 15px 0 15px;
}

.footText {
    text-align: center;
    padding: 1%;
}