/* Write your styles below: */ .navigation { background-color: lightgray; padding: 10px; } .nav-link { color: indigo; margin-right: 5px; } .hero { padding: 10px; } .button { background-color: purple; color: white; } .hero-title { font-size: 32px; font-weight: bolder; } .hero-text { font-size: 24px; color: #333; } .about { border: 1px solid black; border-radius: 15px; margin-left: 20px; margin-right: 20px; padding: 10px; } .section-title { font-size: 42px; } .photo { width: 240px; } .text { color: purple; } .work { margin-top: 20px; margin-bottom: 20px; } .projects { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 10px } .card { border: 1px solid red; border-radius: 15px; padding: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; } .card-image { width: 210px; height: 210px; object-fit: cover; display: block; border-radius: 10px; } .card-title { color: #570505 } .card-text { color: #570505 } .contact { border-top: dashed 1px #c31c1c; margin-top: 20px; padding-top: 10px; } .email { color: blueviolet; } .footer { text-align: center; font-size: 14px; color: gray; }