<!DOCTYPE html> <html lang= "en" > <head> <meta charset= "UTF-8" > <meta http-equiv= "X-UA-Compatible" content= "IE=edge" > <meta name= "viewport" content= "width=device-width, initial-scale=1.0" > <link rel= "stylesheet" href= "../css/style2.css" > <title> Document </title> <style> @import url ( 'https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,500;0,600;1,800&display=swap' ); * { margin : 0 ; padding : 0 ; box-sizing : border-box ; font-family : 'Poppins' , sans-serif ; } .navbar { background-color : ...