Page 348 - MDP2022-3
P. 348

);
            }



            export  default  Navbar;



            .navbar  {
                width:  100vw;

                height:  65px;
                border-bottom:  1px  solid  #dcdcdc;
                display:  flex;

                justify-content:  space-between;
                padding:  0  20px;
                align-items:  center;

            }



            .logo  {
                margin-left:  1.5rem;
                color:  white;

                font-family:  "Fuzzy  Bubbles",  cursive;
                font-size:  36px;

            }


            .navbar__right  {

                display:  flex;
                align-items:  center;

            }


            .navbar__logo  {

                height:  30px;
                width:  auto;

            }


            .announcement  {

                width:  100%;
                padding:  25px;

                border-radius:  10px;
                border:  1px  solid  #adadad;
                margin-bottom:  20px;
   343   344   345   346   347   348   349   350   351   352   353