::-webkit-scrollbar {
    display: none;
}
* {
    scrollbar-width: none;
}
header {
    background-color: #bdd4e7;
    font-size: 25px;
    color: white;
    padding: 10px;
}
h1 {
    font-family: "Permanent Marker";
    margin-left: 35px;
}
h4 {
    font-family: "Permanent Marker";
}
body {
    width: 80%;
    border: 1px solid;
    margin: auto;
    scrollbar-width: none;
}
nav ul {
    list-style-type: none;
    background-color: #8693ab;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
nav a {
    color: white;
    font-family: "Permanent Marker";
    text-decoration: none;
    padding: 20px;
    display: block;
}
nav li {
    float: left;
}
nav a:hover {
    background-color: #808ca1;
}
nav a.active {
    text-decoration: underline;
    color: rgb(237, 237, 71);
}
main {
    display: flex;
}
.section {
    font-family: Helvetica, Arial;
    padding-top: 10px;
    margin-left: 20px;
}
aside img {
    max-width: 65%;
    max-height: 65%;
    margin-left: 140px;
    margin-top: 30px;
}
footer {
    margin-top: 25px;
    padding: 15px;
    background-color: #212227;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    bottom: 0;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}
footer a {
    color: white;
}
table,
th,
td {
    border-collapse: collapse;
    border: 1.5px solid;
    margin-top: 60px;
    margin-bottom: 60px;
}
p, h4 {
    margin-left: 20px;
}