Page 453 - MDP2022-3
P. 453

box-sizing:  border-box;
                font-family:  "Poppins",  sans-serif;
            }
            body  {
                overflow-y:  hidden;
                background:  #fff;
                min-height:  100vh;
            }
            header  {
                position:  absolute;
                top:  0;
                left:  0;
                width:  100%;
                padding:  30px  100px;
                display:  flex;
                justify-content:  space-between;
                align-items:  center;
                z-index:  1000;
            }
            header  >  a  {
                font-size:  42px  !important;
            }
            .logo  {
                color:  #112434;
                font-weight:  700;
                font-size:  3.5em;
                text-decoration:  none;
            }
            .navigation  {
                display:  flex;
                justify-content:  center;
                align-items:  center;
                gap:  45px;
            }
            .navigation  li  {
                list-style:  none;
                font-size:  1.2em;
            }
            .navigation  li  a  {
                text-decoration:  none;
                padding:  6px  15px;
                color:  #112434;
                border-radius:  20px;
            }
            .navigation  li  a:hover,
   448   449   450   451   452   453   454   455   456   457   458