.nav-body{
    z-index: 10;
    height: 12.5vh;
    width: 60vw;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(45,115,191,1) 100%);
    position: fixed;
    top: 1rem;
    right: 2rem;
}

.border-top{
    background: linear-gradient(to left, #FFFFFF, #ffffff00);
    height: 2px;
    width: 100%;
    position: relative;
}

.border-indicator{
    height: 2px;
    width: 25%;
    position: relative;
    top: -2px;
    background-color: #F9B7B7;
}

.pagename{
    display: none;
}

.nav-contents{
    display: flex;
    height: 100%;
    width: 100%;
}

.nav-content{
    height: 100%;
    width: 25%;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    
}

.nav-content:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.nav-child {
    width: 100%;
    text-align: center;
    font-size: 2.0rem;
    font-family: jockey;
}