@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"); * { padding: 0; margin: 0; font-family: "Inter", sans-serif; } /*--------------------Header-------------------------------*/ .header-logo { background-color: black; display: flex; justify-content: center; } .logo { width: 12%; margin-top: 29px; margin-bottom: 29px; } .header-computer { width: 100%; } .computers { width: 100%; display: flex; justify-content: center; margin-top: 73px; } .info { text-align: center; margin: 73px; } .image-computer { margin-bottom: 3rem; } p { font-size: 16px; line-height: 24px; font: weight 400px; text-align: center; justify-content: center; } .text { margin-top: 28px; } .lorem { font-size: 32px; font-weight: 400px; line-height: 38px; } .dolor { font-size: 48px; font-weight: 500px; line-height: 58px; } /*----------------Section-2--------------------------*/ .square { box-shadow: 0px 4px 20px #0000003b; text-align: center; padding: 1em; flex: 1 1 250px; background-color: white; padding: 3em 0; align-items: center; } .container-3 { display: flex; gap: 1em; flex-wrap: wrap; padding: 1em; } /*----------------Section-3--------------------------*/ .container-notebooks { background-color: #e0e0e0; width: 100%; display: flex; gap: 1em; justify-content: center; } /*----------------Section-4--------------------------*/ .container-4 { margin-top: 108px; } .title { text-align: center; font-size: 32px; font-weight: 600; } .text-container { width: 100%; display: flex; align-items: center; justify-content: center; } .text-p { align-items: center; width: 29%; margin-bottom: 50px; } .image-final { display: flex; justify-content: center; } .image-container { width: 100%; } .retangle { width: 70%; } /*----------------Footer--------------------------*/ footer { background-color: black; } .image-footer { padding: 1em; display: flex; justify-content: center; gap: 1em; } .text-footer { color: white; font-size: 10px; font-weight: 400; }