body {
    font-family: 'poppins', sans-serif;
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

#content {
    padding: 20px;
    line-height: 1.6;
    font-size: 17px;
    margin-top: 70px;
    margin-bottom: 30px;
}

.title {
    font-size: 22px;
    color: #2c3e50;
    font-weight: bold;
    margin-top: 10px;
    display: block;
    text-align: center;
}

.one,
.two {
    margin-top: 20px;
}

.aboutus-title {
    font-size: 22px;
    color: #ff413c;
    font-weight: bold;
    display: block;
    margin-top: 20px;
    text-align: center;
}

span {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
    display: block;
}

strong {
    color: #337ab7;
}

@media (max-width: 600px) {
    #content {
        padding: 15px;
    }

    .title {
        font-size: 22px;
    }

    .aboutus-title {
        font-size: 20px;
    }

    span {
        font-size: 14px;
    }
}
