.container {
    background: #392080;
    padding: 20px;
    max-width: 600px;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.title {
    color: #C99B00;
    font-size: 32px;
    font-weight: bold;
    font-family: "Georgia", serif;
    text-align: center;
}

ul {
    text-align: left;
    list-style: none;
    padding: 0;
    font-size: 18px;
    color: #26a731;
}
ul li {
    color: white;
    margin: 10px 0;
}
.bold {
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: black;
}
