body {
    background-color: #222;
    color: azure;
    padding: 2rem 4rem;
    font-family: 'Open Sans', sans-serif;
}

header {
    font-family: 'Fondamento', cursive;
}

h1 {
    font-size: 4em;
    text-align: center;
}

.caret {
    text-align: center;
    margin-bottom: 3em;
}

.links {
    max-width: 660px;
    margin: auto;
    border: 1px solid #333;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, .1)
}

.links-header {
    border-bottom: 1px solid #222;
    padding: .4em;
    font-family: 'Fondamento', cursive;
}

.links-header > h3 {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 1.3em;
}

ul {
    list-style: none;
    display: table;
    width: 100%;
    padding: 0;
}

a {
    color: antiquewhite;
    text-decoration: none;
    text-align: center;
    display: table-cell;
    padding: .25em;
}

a:hover {
    background-color: antiquewhite;
    color: #333;
    text-decoration: none;
}

li {
    display: table-row;
    border: none;
}
