body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background-color: #0e2535;
    color: #ffffff;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px;
    background-color: #0b1c2b;
}

header .logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

header .logo-img {
    width: 50px;
    height: 50px;
}

nav a {
    color: #23c2bd;
    text-decoration: none;
    margin-left: 25px;
    font-weight: 600;
}

.section-header {
    padding: 80px 20px 20px 20px;
    text-align: center;
}

.features-list {
    padding: 20px 50px;
}

.features-list ul {
    list-style-type: none;
    padding: 0;
}

.features-list li {
    padding: 15px 0;
    border-bottom: 1px solid #23c2bd50;
}
