header#masthead {
    max-width: 95%;
    margin: auto;
}

h1.site-title a {
    text-decoration: none;
}

a:visited {
    color: unset !important;
}

nav#site-navigation {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.main-navigation li {
    padding: 4px 8px;
    margin: 0 4px;
}

.movies-list li {
    margin-bottom: 14px;
    font-size: 24px;
}

a:hover {
opacity: .7;
}

div#primary {
    width: 95%;
    max-width: 1200px;
    margin: auto;
}

footer#colophon {
    max-width: 95%;
    margin: auto;
}

.site-info {
    text-align: center;
    padding: 40px 0 20px;
}

.entry {
    text-align: center;
}

section#studyEndSection {
    text-align: center;
}

section#studyEndSection a {
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 24px;
    border: 2px solid #333;
    margin: 10px 0;
}

article#post-55 {
    text-align: center;
}

article#post-55 a {
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 24px;
    border: 2px solid #333;
    margin: 10px 0;
}