body {
    background-color: white;
}

h1 {
    color: black;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 130px;
    font-weight: 400;
}

h2 {
    color: black;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 70px;
    font-weight: 300;
}

h3 {
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: italic;
    font-size: 40px;
    font-weight: 300;
}

h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 30px;
    font-weight: 600;
    margin-top: 60px;
    margin-bottom: 20px;
}

h5 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 15px;
}

p1 {
    text-align: left;
    color: black;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
}

p2 {
    text-align: left;
    color: black;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
}

p3 {
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 40px;
    font-weight: 300;
    margin: 0;
}

p4 {
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 30px;
    font-style: italic;
    font-weight: 300;
    margin: 0;
}

pre {
    font-size: 14px;
    line-height: 17px;
    margin: 1em 0 0 0;
    min-width: min-content;
}

code {
    font-size: 18px;
    line-height: 17px;
}

ul {
    list-style-type: none;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    position: fixed;
    width: 100%;
    margin-top: -8px;
    margin-left: -8px;
    padding: 0;
    background-color: white;
}

li {
    display: inline;
}

li a, .dropbtn {
    display: inline-block;
    color: #424242;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-family: 'Source Sans Pro', sans-serif;
}

li a:hover, .dropdown:hover .dropbtn {
    color: white;
    background-color: #515151;
}

li.dropdown {
    display: inline-block;
}

li a.active {
    background-color: #0f0f0f;
    color: white;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
    color: black;
}

.dropdown:hover .dropdown-content {
    display: block;
}

center {
    text-align: center;
}

div {
    display: block;
    text-align: center;
    margin: 0;
}

.box {
    display: inline-block;
    background-image: url("images/background.jpg");
    padding: 40px;
    margin: 0;
}

.box-text {
    display: inline-block;
    background-color: white;
    text-align: left;
    margin: 0;
    padding: 50px;
    max-width: 800px;
}

l a:link {
    color: #4b5b7f;
}

l a:visited {
    color: #4b5b7f;
}

l a:hover {
    color: #828282;
}

table {
    border-collapse: collapse;
    width: 100%;
}

td {
    text-align: left;
    padding: 8px;
    font-size: 18px;
    border: 1px solid #eeeeee;
}

th {
    text-align: left;
    padding: 8px;
    font-size: 20px;
    border: 1px solid #eeeeee;
}

tr:nth-child(even) {
    background-color: #eeeeee;
}
