body {
    font-family: Tahoma;
    font-size: 20px;
    line-height: 1.6;
    margin: 0px;
    padding: 10px;
    background-color: #f2f2f2;
    color: #333;
}

/* Media queries for responsive design */
@media screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    body {
        font-size: 12px;
    }
}

.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 50px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.hero {
    max-width: 1000px;
    width: 60%;
    margin-bottom: 20px;
}

h1,
h2,
h3 {
    color: #0056b3;
    margin-bottom: 10px;
}

.icon {
    margin: 0 10px;
}

p {
    line-height: 1.6;
}

ul {
    list-style-type: disc;
    line-height: 1.6;
    padding-left: 20px;
    list-style-type: none;
}

h1 {
    margin-bottom: 20px;
}

/* Add styles for individual sections */

/* Aesthetics section*/
h2:nth-last-child(2) {
    margin-bottom: 20px;
}

.main {
    display: flex;
    justify-content: center;
}
