body {
    background-image: url(../images/tweed.png);
    font-family: 'system-ui';
    color: #fff;
    margin: 0;
    padding: 0;
}

.center {
    text-align: center;
}

.flex-container {
    display: flex;
    padding-top: 30px;
}

.top-container {
    display: flex;
}

.flex-child {
    flex: 1;
}

.flex-child:first-child {
    margin-right: 20px;
    margin-left: 5%;
}

p {
    line-height: 2;
}

#about {
    margin-left: 10%;
    margin-right: 10%;
    padding-left: 100px;
    padding-right: 100px;
    /* border: solid; */
}

/* #about {
    margin-top: 100px;
    margin-left: 10%;
    margin-right: 10%;
    padding-left: 100px;
    padding-right: 100px;
} */

ul.no-bullets {
    list-style-type: none;
    /* Remove bullets */
    display: inline-block;
    padding: 0;
    /* Remove padding */
    margin: 0;
    /* Remove margins */
}

.header {
    width: 100%;
    height: auto;
    background-color: rgb(75, 170, 224);
}

.header #title {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

img.pdf-icons {
    width: 100px;
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgb(75, 170, 224);
    color: white;
    text-align: center;
}

img.logo {
    max-width: 200px;
    height: 180px;
    float: left;
}