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;
}

.refund-link-1 {
    font-size: 20px;
    color: #ff413c;
    font-weight: bold;
    margin-top: 20px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.refund-main-link a {
    display: block;
    font-size: 16px;
    color: #337ab7;
    margin-bottom: 10px;
    text-decoration: none;
}

.refund-main-link a:hover {
    text-decoration: underline;
}

.refund-para-1 {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 20px;
    padding-left: 20px;
}

.highlight {
    color: #337ab7;
    font-weight: bold;
}

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

    .refund-link-1 {
        font-size: 20px;
    }

    .refund-main-link a {
        font-size: 16px;
    }

    .refund-para-1 {
        font-size: 14px;
    }
}

