/*-------------------------BODY-------------------------*/

*{
    margin: 0px;
    padding: 0px;
}

/*-------------------------Nav-Bar-------------------------*/

nav{
    z-index: 5;
    background: linear-gradient(to top, rgba(255,255,255,0.8) 0% , rgba(135, 206, 235,0.8) 70%);
    padding-left: 20px;
    font-size: 1.6rem;
    height: 90px;
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    justify-items: center;
    align-items: center;
    position: fixed;
    top: 0px;
    box-sizing: border-box;
}

/*-------------------------footer-------------------------*/

footer{
    background: linear-gradient(to bottom, transparent 0% , skyblue 70%);
}