body {
    font-family: Helvetica, Arial, sans-serif;
    color: #fff;
    background-color: #1e1e1e;
}

a {
    color: #4b76ba;
}

a:visited {
    color: #4b76ba
}

a:hover {
    color: #fff;
}

.page-box {
    background-color: #2b2a33;
    width: 90%;
    margin: auto;
    padding: 1rem;
    padding-bottom: 2rem;
    border-radius: 2rem;
    text-align: center;
}

.resources {
    text-align: left;
    display: flex;
    flex-direction: column;
}

.resc-row {
    display: inline-block;
}

.link-button {
    width: 20%;
    background-color: #1e1e1e;
    color: #fff;
    font-size: 1rem;
    padding: 1rem;
    border-radius: 1rem;
    border-color: #000;
}

.item {
    display: inline-block;
}

@media screen and (max-width: 720px) {
    .link-button {
        width: 50%;
    }
}