#wrapper {
    display: flex;
}

#page-content-wrapper {
    width: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    opacity: 0.8;
}