body {
    margin: 0;
    padding: 0;
    border: 0;
    background-color: white;
}

#links {
    position: relative;
    text-align: center;
    word-spacing: 40px;
    font-family: "Oswald", Helvetica, sans-serif;
    text-decoration: none;
}

#links a {
    text-decoration: none;
    color: #c6c6c6;
    transition: 0.3s;
}

#links a:hover {
    text-decoration: none;
    color: #888;
    transition: 0.3s;
}

#links p {
    display: inline;
    color: #ddd;
}

#credits{
    text-align: center;
}

#credits a {
    display: inline;
    padding: 15px;
    font-family: arial;
    text-decoration: none;
    color: gray;
}

#credits a:hover {
    color: red;
}

#divider {
    margin: 0;
    background: linear-gradient(rgba(0,0,0,0) 0%, white 75%);
    padding: 50px;
    position: relative;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    position: relative;
}

h1{
    position: relative;
    margin-left: 2.5%;
    text-align: center;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    letter-spacing: 30px;
    color: #ccc;
    font-size: 70px;
}

div.section {
    margin: auto;
    padding: 0 10%;
    max-width: 1400px;
    font-size: 40px;
    line-height: 150%;
    color: #888;
    position: relative;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    text-align: justify;
}
