nav {
    background-image: linear-gradient(to right,rgb(198, 255, 229), rgb(195, 208, 255));
    position: sticky;
}

nav h1 { /* The 'neil baker' text on the title */
    font-family: 'Montserrat';
    color: rgb(155, 98, 155);
    font-size: 50px;
    margin: 0;
}

nav p { /* The 'Services' text on the title */
    font-family: 'Montserrat';
    color: rgb(255, 255, 255);
    font-size: 30px;

    text-decoration: underline;
    text-underline-offset: 6px;
    line-height: 4px;

    position: relative;
    top: -22px;
}

.title-container {
    text-align: center;
    position: relative;
}