*{
    font-family: 'Poppins', sans-serif;
    }

    body{
        overflow-x:hidden;
        margin: 0px;
    }
    #nav{
        width: 98%;
        height: auto;
        /* border: 1px solid; */
        display: flex;
        justify-content: space-between;
        padding-top: 2%;
        padding-right: 2%;
        padding-bottom: 1%;
        margin-top: -1%;

        /* z-index: 2; */
        /* position: fixed; */
    }
    #nav>div:first-child>a{
        margin-left: 5%;
    }
    #nav>div:first-child{
        width: 30%;
        display: flex;
        justify-content: space-evenly;
        align-items: flex-start;
        /* border: 1px solid; */
    }
    #menu{
        height: 40px;
    }
    #logo{
        width: 80%;
        /* height: 105%; */
    }
    #nav>div:last-child{
        /* border: 1px solid; */
        width: 25%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        font-size: small;
    }

    #nav a{
        text-decoration: none;
        font-size: 90%;
        color: grey;
    }

    #nav>div:nth-child(2)>a:first-child{
        font-size: 95%;
        color: black;
    }
    /* #search{
        font-size: 90%;
        margin-right: 12%;
        border-bottom: 1px solid;
        text-align: left;
        padding-right: 20px;
    } */
    #search{
        text-decoration: none;
        color: black;
        padding-right: 10%;
        border-bottom: 1px solid black;
        margin-right: 12%;
    }
    #nav>div:last-child>div{
        width: 10%;
        /* height: 90%; */
        /* border: 1px solid; */
        display: flex;
    }
    #nav>div:last-child>div>img{
        width: 70%;
        align-self: center;
        margin: auto;
    }
    #nav>div:last-child>div>p{
        position:absolute;
        padding: 0.82%;
        padding-top: 0.85%;
        /* text-align: center; */
        align-self: center;
        font-size: 110%;
    }
    @media screen and (min-width: 400px) and (max-width:700px){
        #nav>div:last-child{
            /* border: 1px solid; */
            width: 50%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: small;
        }
        #logo{
            width: 150%;
            /* height: 105%; */
        }
        #nav>div:last-child>div>p{
            position:absolute;
            padding: 0.82%;
            padding-top: 0.95%;
            padding-left: 1.5%;
            /* text-align: center; */
            align-self: center;
            font-size: 100%;
        }
    }
    @media screen and (min-width: 0px) and (max-width:399px){
        #nav>div:last-child{
            /* border: 1px solid; */
            width: 90%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: small;
            margin: auto;
        }
        #nav>div:first-child{
            width: 80%;
            display: flex;
            justify-content: space-evenly;
            margin-bottom: 5%;
            /* border: 1px solid; */
        }
        #nav{
            width: 98%;
            height: auto;
            /* border: 1px solid; */
            display: block;
            /* justify-content: space-between; */
            padding-top: 2%;
            padding-right: 2%;
            padding-bottom: 1%;
            /* z-index: 2; */
            /* position: fixed; */
        }
        #nav>div:last-child>div>p{
            position:absolute;
            padding: 2.7%;
            padding-top: 2.6%;
            /* text-align: center; */
            align-self: center;
            font-size: 110%;
        }
    }