/*Navigation Bar*/
#navigationBar{
    grid-template-columns: 1fr 0.5fr;
    padding: 4px;
    align-items: center;
    position: relative;
    /* width: 100%; */
    height: 30vw;
}
#logo{
    width: 40%;
}

/*Container*/
/*Search*/
#search{
    position: relative;
    top: 0%;
    left: 50%;
}
#searchBtn{
    width: 30%;
    border-radius: 5px;
    padding: 7px;
    background-color: #88A096;
    color:white;
    border: 1px solid rgba(0, 0, 0, .4);
    cursor: pointer;
    transition: all 0.4s;
}
