body {
    font-family: Helvetica, Arial, sans-serif;
    background-color: rgb(35, 35, 39);
    margin: 0px;
    color: white;
}

.content {
    margin: 8px;
    margin-top: 75px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.header {
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    position: fixed;
    top: 0px;
    width: 100%;
}

header ul li {
    display: inline-block;
    margin: 15px;
    font-size: 20px;
    font-weight: bold;
}
header ul {
    margin: 0;
    display: inline;
    padding: 0;
}
header a {
    color: white;
    text-decoration: none;
}

.floatright {
    float: right;
    height: 65px;
    display: flex;
    align-items: center;
}

.floatleft {
    float: left;
    display: flex;
    align-items: center;
}

a {
    color: rgb(131, 164, 255);
}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1 {
    margin: 10px 0px;
    display: inline-block;
}

p {
    margin: 13px 0px;
}

h2 {
    margin: 10px 0px;
}

ul {
    list-style: none;
}

li {
    margin: 10px;
}

ul.faq-list {
    display: flex;
    flex-direction: column;
}

h3 {
    font-size: 20px;
}

ul li p {
    margin-left: 10px;
}

.project-list img {
     width: 200px;
}

.project-list li {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1.5px black solid;
}

.project-list .vstack {
    margin-left: 24px;
    width: 100%;
    max-width: 700px;
}

.project-list p {
    line-height: 1.2;
    margin: 10px 0px 10px 10px;
}