﻿body {
    background-color: lightyellow;
    color: darkblue;
    font-family: 'Franklin Gothic';
    font-size: 20px;
}

ul {
    list-style-type: none;
    text-decoration-line: none;
}

li {
    font-size: 24px;
}

    li a {
        color: navy;
        text-decoration-line: none;
    }

div.projects {
    position: absolute;
    top: 135px;
    line-height: 1.5;
}

h1 {
    text-align: center;
    text-decoration-line: underline;
}

h2 {
    text-align: center;
    line-height: 0.1;
}

.projects {
    margin-left: 43%;
}
