@import 'modules/header.css';
@import 'modules/footer.css';
@import 'modules/projects-list.css';

#introduction {
    width: 100%;
    max-width: 1000px;
    margin: 90px auto 110px;
}

#btn-wrapper {
    margin-top: 60px;
    text-align: center;
}
#projects a.btn {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 8px 25px;
    opacity: .6;
}
#projects a.btn:hover { opacity: 1; }

@media (max-width: 620px) {
    #introduction { margin: 30px auto 50px; }
}