/* === Project Styling === */

/* Font and base color */
body {
    font-family: Arial, sans-serif;
    color: #333;
    background-color: #f7f7f7;
    padding: 20px;
}

/* Container to align image next to text */
.image-text-container {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

/* Star bullet list using external icon */
.custom-bullets {
    list-style-image: url("https://cdn0.iconfinder.com/data/icons/typicons-2/24/star-64.png");
    padding-left: 30px;
}