.main-container {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0px;
}

#main-content {
    margin-top: 0px;
    max-width: 1300px;
}

#main-content>div:last-child {
    padding-bottom: 50px;
}

#main-content>div:nth-child(5) {
    padding-bottom: 30px;
}

.links {
    padding-top: 40px;
    padding-bottom: 25px;
}

.links>div {
    padding-left: 10px;
    padding-right: 10px;
}

.brighten img {
    -webkit-filter: brightness(100%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.brighten img:hover {
    -webkit-filter: brightness(120%);
}

.links p,
.content {
    font-size: 1.2em;
}

.resources-btn {
    padding-top: 25px;
}

.resources-btn a {
    max-width: 350px;
    text-decoration: none;
}