/*
 Name: Ahmed Zalt

 Date: 6-10-2025


*/

               header
              {
                background-color: blueviolet;
                display: flex;
                justify-content: space-between;
                align-items: center;
                font-size: 125%;
                justify-content: flex-start;
              }  

              a
              {
                color: black;
              }

                nav ul
              {
                display: flex;
                list-style-type: none;                           
              }

               nav li
              {
                margin-left: 20px;              
              }

              article
              {
                  width: 50%;
                   padding: 15px;
              }
              section
              {
                display: flex;
                justify-content: space-evenly;
              }
              