body {
    font-family: Arial, sans-serif;
    background: linear-gradient(to bottom, #ffcccb, #fff0f5);
    margin: 0;
    padding: 20px;
    text-align: center;
}

.container {
    background: white;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 20px;
    max-width: 500px;
    margin: 0 auto;
}

h1 {
    color: #ff69b4;
}

h2 {
    color: #ff1493;
}

ul {
    list-style: none;
    padding: 0;
}

ul li {
    background: #fff8dc;
    margin: 5px 0;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
}

ul li img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.header-image {
    width: 100px;
    height: auto;
    margin-bottom: 20px;
}
