body {
    font-family: 'Roboto', sans-serif;
}

.navbar {
    background-color: #17BFC4;
}

.navbar-brand img {
    height: 40px;
}

.nav-link {
    color: white !important;
    font-weight: 500;
    font-size: 1.1rem;
}

header {
    background-color: #BF3E30; 
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    color: white;
    padding: 50px 0;
    text-align: center;
}

header h1 {
    font-size: 3rem;
    font-weight: 700;
}

header p {
    font-size: 1.25rem;
    font-weight: 400;
}

section {
    padding: 60px 0;
}

h2 {
    margin-bottom: 20px;
    font-weight: 500;
}

p, li {
    line-height: 1.6;
}

ul {
    list-style-type: none;
    padding: 0;
}

li {
    margin-bottom: 10px;
}

footer {
    background-color: #17BFC4;
    color: white;
    padding: 20px 0;
    text-align: center;
}
