body {
    background-color: #f5f5f5;
    font-family: 'Arial', sans-serif;
    color: #333;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1, h2 {
    color: #343a40;
    font-weight: bold;
}

p, li {
    font-size: 14px;
    color: #555;
}

.container h1 {
    font-size: 36px;
    margin-bottom: 20px;
}

.container h2 {
    font-size: 28px;
    text-align: right;
    color: #000000c8;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

h3 {
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    color: #4e73df;
}

.card img {
    border-radius: 10px;
}

.card p, .card ul {
    font-size: 12px;
    margin-bottom: 10px;
    text-align: left;
}

.footer {
    background-color: rgba(192, 191, 191, 0.8);
    text-align: center;
    padding: 20px 0;
    width: 100%;
    color: #555;
    font-size: 14px;
    margin-top: 40px;
}

.footer b {
    font-size: 16px;
    color: #343a40;
}
