#sidebar,
#mdbook-sidebar,
.sidebar-toggle {
    display: none !important;
}

#mdbook-sidebar {
    display: none !important;
    width: 0 !important;
}

/* Shift content to fill the screen and center it */
.page-wrapper {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.content {
    max-width: 750px;
    margin: 0 auto;
    padding: 3rem 1rem;
    text-align: justify;
}

/* Target the paragraph that mdBook automatically creates */
.social-links p {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center;

    width: 100%;
    max-width: 500px;
    margin: 20px auto !important;
}

.social-links p a {
    display: block;
    text-decoration: none;
}

.social-links {
    text-align: center;
}