body {
    font-family: sans-serif;
    font-size: 20px;
    line-height: 35px;
    font-family: 'Poppins', sans-serif;
}

.body-container {
    margin-left: 30px;
    margin-top: 10px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    margin-bottom: 40px;
}

.bio-container {
    flex-basis: 50%;
    flex-shrink: 1;
    display: flex;
    flex-flow: column;
}

.section {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-around;
    padding: 30px;
}

.section-separator {
    align-self: center;
    width: 400px;
    border-top: solid 4px #006a22;
    border-radius: 10px;
}

th {
    width: 300px;
    text-align: left;
    font-weight: 800;
}

tr:nth-child(even) {
    background-color: #d6e5d7;
}

td {
    vertical-align: baseline;
}

th:first-of-type {
    width: 80px;
    text-align: left;
    font-weight: 800;
}

.section > div {
    flex-grow: 1;
}

.material-symbols-outlined {
    font-size: 45px !important;
    margin-right: 20px;
}

.numbers {
    font-size: 45px !important;
    margin-right: 20px;
    align-self:  baseline;
    padding-top: 10px;
}

.showcase {
    margin-left: 30px;
}

.showcase > img {
    margin-right: 15px;
}

.separator {
    flex-basis: 150px;
}

.assignments-container {
    flex-basis: 50%;
    flex-grow: 1;
}

h1 {
    font-family: 'Lobster', sans-serif;
    font-size: 50px;
}

h2 {
    font-size: 30px;
}

.header {
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.subtitle {
    margin-top: -30px;
    font-weight: 600;
    font-size: 16px;
}

.assignment {
    box-shadow: 1 1 1 1;
}

footer {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    position: fixed;
    bottom: 10px;
    background: white;
    border-top: thin solid black;
    font-size: 13px;
    margin: -10px
}

a {
    color: darkgreen;
    font-weight: 700;
}