* { padding: 0; margin: 0; box-sizing: border-box; } .navbar { display: block; top: 0px; background-color: rgb(0, 0, 0); box-shadow: 5px 3px 50px rgb(54, 119, 185); } .row { display: flex; justify-content: space-between; } .logo { display: flexbox; width: 200px; padding: 15px; margin-left: 30px; } .menu { display: flexbox; background: none; padding: 15px; } ul { display: inline-flex; } ul li { color: yellowgreen; font-size: 18px; padding: 15px; list-style-type: none; } ul li a { text-decoration: none; color: yellowgreen; } ul li a{ text-decoration: none; color: yellowgreen; } body { background-color:darkgray; height: 100vh; background-repeat: no-repeat; } marquee { display: block; color: white; font-size: 1.2rem; padding: 5px; } marquee a { font-weight: bold; text-decoration: none; color: lightblue; } .hero { display: block; background: linear-gradient(black,rgba(23, 109, 175, 0.5)); width: 100%; height: 30vh; } .hero-heading { color: rgb(128, 198, 48); padding: 30px; font-size: 3rem; } .IR-large { background: linear-gradient(90deg,rgb(16, 123, 180),rgb(143, 208, 1)); background-clip: text; -webkit-text-fill-color: transparent; } .hero-desc { color: rgb(255, 255, 255); font-size: 1.5em; font-weight: bold; padding-left: 30px; width: 70%; } .why-us { color: white; text-align: center; font-size: 2rem; padding-top: 2rem; } .card-container{ display: flex; height: 250px; margin: 20px; justify-content: center; } .card { background: linear-gradient(black,rgb(28, 78, 128)); padding: 10px; margin: 10px; width: 250px; border: 5px solid rgb(255, 255, 255,0.5); border-radius: 15px; text-align: center; } .card h3 { color: rgb(121, 255, 255); height: 30%; width: 100%; padding-bottom: 0px; align-content: center; } .card p { color: white; padding: 10px; border-top: 1px solid white; } .para { text-indent: 2rem; color: white; line-height: 1.5; margin: 20px; font-size: 1.5rem; } .para1 { text-indent: 2rem; color: rgb(61, 137, 110); line-height: 1.5; margin: 20px; font-size: 1.5rem; } .para2 { text-indent: 2rem; color: rgb(123, 71, 151); line-height: 1.5; margin: 20px; font-size: 1.5rem; } .para3 { text-indent: 2rem; color: rgb(167, 129, 40); line-height: 1.5; margin: 20px; font-size: 1.5rem; } .highlight { background-color: rgb(82, 135, 124); font-weight: bold; } .footer { display: block; position:static; bottom: 0px; width: 100%; height:40%; background-color: rgb(42, 42, 42); justify-content: space-between; } #About-Us { padding-top: 10px; } #About-Us h2{ color: White; margin: 10px; } .footer-container { display: flex; } .coln-1 { display: flexbox; width: 300px; padding: 0px 20px; color: greenyellow } .coln-1 h3 { color: White; margin: 10px 0px; } .contact { display: flex; } .coln-2 { display: flexbox; padding: 0px 100px; } .coln-2 h4 { margin-bottom: 10px; color: White; }