* { margin : 0 ; font-family : Arial , Helvetica , sans-serif ; border : border-box ; } .navbar { height : 60px ; background-color : #0f1111 ; Color : white ; display : flex ; align-items : center ; justify-content : space-evenly ; } .logo { background-image : url ( "amazon_logo.png" ); height : 50px ; width : 100% ; background-size : cover ; } .nav-logo { height : 50px ; width : 100px ; } .border { border : 1.5px solid transparent ; } .border:hover { border : 1.5px solid white ; } /**box2 Adress**/ .ads-icon { display : flex ; } .ads-up { color : #cccccc ; font-size : 0.8rem ; margin-left : 10px ; } .ads-low { font-size : 1rem ; margin-left : 3px ; font-weight : bold ; } /...