/* Completion Page Styles */
footer{
    padding-bottom: 2vh;
}
/* Top Navigation */
.container {
    width: 90vw;
    padding-top: 3vh;
    margin: 0 auto; /* centers the container */
}

.top-nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4vh;
    gap: 3vw;
    padding-top: 2vh;
}

.nav-link {
    color: black;
    text-decoration: none;
    font-family: 'FormaTextTest', 'Inter', sans-serif;
    font-size: 3vw;              
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 0.5vh; 
    text-transform: uppercase;
    padding-bottom: 0.1em;
}

.nav-link:hover {
    border-bottom-color: #666;
}

/* Main Content */

.completion-title {
    font-family: 'FormaTextTest', 'Inter', sans-serif;
    font-size: 5.5vw;             
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.1;
    margin: 0 0 1vh 0;
}

.completion-text {
    font-family: 'Inter', sans-serif;
    font-size: 2.5vw;            
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    max-width: 55vw;              
}


@media (min-width: 1200px) {
    .container {
    width: 90vw;
    padding-top: 3vh;
    padding-left: 8vw;
    margin-left: 0;
 
}
    .completion-title {
        margin-bottom: 8vh;
    }
}
