/*imports*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://use.fontawesome.com/releases/v5.15.4/css/all.css');
/*the rest*/
*{font-family: 'Poppins', sans-serif;padding: 0;margin: 0;}
header{background:#F3F3F3;box-shadow: 20px 20px 20px #333;border-bottom-left-radius: 7px;border-bottom-right-radius: 7px;display: flex;align-items: center;justify-content: space-between;}
#logo{margin-top: 4px;margin-left: 4px;}