.chapter {
    font-weight: bold;
}

h1 {
    text-align: center;
}

section {
    padding: 2% 4%;
    border: 2px dotted black;
    opacity: 0.7;
    margin-left: 1%;
    margin-right: 1%;
    line-height: 1.9;
}

section ul li a{
    font-size: 1.05rem;
    font-weight: 600;
}

#hosted {
    background-color: rgb(190, 190, 245);
}

#codecademyProjects {
    background-color: springgreen;
}

#selfProjects {
    background-color: pink;
    border-top: none;
    border-bottom: none;
}

#tutorialProjects {
    background-color: lightskyblue;
}

h2 {
    color: #000050;
}

nav a {
    color: azure;
}

nav a:hover {
    color: cyan;
}

nav ul li {
    list-style-type: none;
    display: inline;
    padding-right: 5%;
}

nav {
    text-align: center;
}

body {
    background-color: gray;
}
