* {
    padding: 0;
    margin: 0;
    font-family: 'Exo 2', sans-serif;
}

.header {
    background-color: #3d3d3d;
    padding: 25px;
    color: white;
}

footer {
    background-color: #3d3d3d;
    color: #ccc;
    padding: 25px;
    clear: both;
    text-align: center;
}

.footer-title {
    display: inline-block;
}

.subheader {
    background-color: #eee;
    border-radius: 10px;
    padding: 25px;
    width: calc(100% - 50px);
    border-bottom: 5px solid #ccc;
}

.title {
    text-align: center;
    text-shadow: 0px 3px 0px rgb(37, 37, 37);
}

main {
    padding: 50px;
}

h3, p {
    font-weight: 400;
}


/* Force the footer at the bottom of the viewport if the page is short */

html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}


/* Text inside of anchor tags */

a {
    color: white;
    text-decoration: none;
}
