/*Navbar*/
#navbar {
    display: grid;
    grid-template-columns: 4fr 1fr;
    justify-content: center;
    padding: 0px 1%;
    position: relative;
}
.logo img {
    width: 15%;
    margin-right: 10px;
}


/*Add Form*/
.addForm{
    width: 80%;
}