.title-big {
    background-color: #f6cc04;
    padding: 10px;
    color: white;
    font-weight: bold;
    font-size: 2em;
    margin-left: 20px;
}

.social-links {
    padding-left: 0;
    text-align: center;
}

.social-links li {
    list-style: none;
}

.social-links li a {
    font-size: 3em;
    color: #f6cc04;
}

footer {
    padding: 40px 0;
    color: white;
    background: #343642;
}

footer li {
    float: left;
    padding: 0 10px;
    list-style: none;
}

footer a {
    color: white;
}

footer a:hover {
    color: white;
}

footer p {
    float: right;
}