
body {
    font-family: Arial, sans-serif;
    max-width: 600px;
    margin: auto;
    padding: 20px;
    background-color: #ffe8ed;
}
h1 {
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
    color: #333;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 43.5px
}
label {
    display: block;
    margin-top: 20px;
    font-weight: bold;
    color: #555;
}
input[type="file"] {
    margin-top: 5px;
}
button {
    margin-top: 30px;
    padding: 12px 24px;
    background: #333;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    display: block;
    width: 100%;
}
button:hover {
    background: #4d4d4d;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
ul {
    margin-top: 20px;
    padding-left: 20px;
}
h2 {
    margin-top: 40px;
    color: #444;
}
