.resume-container {
    width: 100%;
    height: calc(100vh - var(--nav-height));
    padding: 2rem;
    background-color: var(--bg-color);
}