body { 
    background-color: #f3f3f1;
    background-image: url(../Images/background.jpg);
    font-family: Arial, Roboto, Helvetica, Verdana, sans-serif;
    margin: 0%;
    font-size: 95%;
    text-align: left;
}

header {
    background-color: #2d2e2e;
    margin: auto;
    width: 80%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

nav h2 {
    margin: 0;
    padding: 10px;
    color: white;
}

nav {
    display: flex;
    align-items: center;
}

nav a {
    float: right;
    padding: 10px;
    text-decoration: none;
    color: white;
    border: 1.5px solid white;
    margin-left: 5px;
}

nav a:hover {
    text-decoration: underline;
}

nav img {
    width: 45px;
}

table
{ 
    margin-left: auto;
    margin-right: auto;
}

th, td {
    border-bottom: 1px solid #ddd;
}

.aboutme-info {
    float: right;
    padding-right: 20%;
    text-align: right;
}

.aboutme-info ul{
    float: right;
    padding-right: 20%;
    text-align: right;
}

.column {
    float: left;
    width: 49.1%;
    padding: 5px;
}

.column a:hover {
    filter: brightness(50%)
}

.column h3 {
    color: black;
    text-decoration: none;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

.container {
    background-color: #ffffff;
    width: 80%;
    margin: auto;
    margin-top: 0%;
}

.content {
    background-color: #ffffff;
    width: 80%;
    margin: auto;
    padding: 1%;
}

.content a {
    text-decoration: none;
}

.content ul {
    text-align: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footer {
    text-align: center;
    font-size: 70%;
    opacity: 40%;
    margin: auto;
    padding: 1.3%;
}
