body{
    margin:0px;
}
.nav{
    position: fixed;
    /* max-width: 600px; */
    width: 100%;
    height: 60px;
    background-color: rgb(168,255,146);
    bottom: 0px;
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-around;
    align-items: center;
    box-sizing: border-box;
}
.nav a{
    height: 90%;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    color:black;
    box-sizing: border-box;
}
.nav a img{
    width: 28px;
    height: 25px;
    box-sizing: border-box;
}
.nav a p{
    margin: 0px;
    padding: 0px;
}