* {
    box-sizing: border-box;
    /* outline: 1px solid #f00 !important; */
}

body {
    background-color: #323238;
    color: #f5f5f5;
}

header {
    margin: auto;
    width: 100%;
    text-align: center;
}

header img {
    max-width: 480px;
    width: 90%;
    height: auto;
    margin: auto;
    border: 3px solid #c58422;
    background-color: #47474d;
}

nav {
    text-align: center;
    margin-top: 10px;
    font-size: larger;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

nav p {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

nav a {
    margin: 10px 0px;
    padding: 0px 10px;
}

#navlinks {
    margin: 0px 0px 7px;
}

nav a:not(:last-child) {
    border-right: 1px solid #f5f5f5;
}

a:any-link {
    color: #22b4ee;
    text-decoration: none;
}

main {
    margin-left: 3.35%;
    margin-right: 2.6%;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}

section {
    margin-bottom: 30px;
    margin-top: 10px;
}

section > header {
    border-bottom: 2px solid #f5f5f59a;
    text-align: left;
    font-size: 27px;
    font-weight: bold;
    padding-left: 5px;
}

section > header::before {
    background-image: url(../images/favicon.png);
    background-size: 38px 38px;
    background-position-y: 12px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px; 
    height: 50px;
    content: "";
}

.projectgrid {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

footer {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-left: 10px;
}

li {
    list-style-type: square;
    padding-left: 2.5px;
}

.ko-fi::after {
    content: '\f004';
    font-weight: 900;
    font-size: 7px;
    color: #323238;
    position: absolute;
    margin: 10px 0 0 -16px;
}