body{
    font-family: 'Courier New', Courier, monospace;
    background-color: cornsilk;
}

h1, h2 {
    text-align: center;
}

table {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: darkgoldenrod;
}

thead {
    background-color:lightgreen;
    text-align: center;
    font-weight: 800;
}

tbody td:first-child {
    background-color: lightgrey;
}

.even { /* use pseudo-selector :nth-child */
    background-color: orange;
}

/* .tags {
    background-color: lightgrey;
} */

footer {
    font-family: Handlee;
    /* text-align: right;
    position: relative;
    padding-right: 120px;
    padding-top: 10px;
    padding-bottom: 10px; */
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.year_footer, .project_footer{
    font-size: 12px;
}

.footer_pic {
    height: 100px;
    border-radius: 50%;
    /* position: absolute;
    top: 16px;
    right: 0; */
}
