﻿nav {
    /*border: 5px solid red;*/
}

nav, footer {
    /*border-color: blue !important;*/
    background: rgb(255,255,255);
    background: linear-gradient(142deg, rgba(255,255,255,0) 25%, rgba(146,192,34,1) 100%);

    border: none;
}
