body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f9f9f9;
}

.section-title {
    font-weight: bold;
    margin: 40px 0 20px;
    color: #333;
}

.feature-box {
    padding: 20px;
    transition: 0.3s;
}
.feature-box:hover {
    background: #f0f8ff;
    border-radius: 10px;
    transform: translateY(-5px);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.icon-circle {
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 60px;
    border-radius: 50%;
    margin: 0 auto 15px;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.footer {
    position: relative;
    bottom: 0;
    width: 100%;
}
