body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 20px;
    background-color: #f4f4f9;
    color: #333;
    text-align: center;
}
.container {
    max-width: 600px;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
}
h1 {
    color: #6a5acd;
    margin-bottom: 20px;
    text-align: center;
}
.bot-info p {
    font-size: 1.1em;
    line-height: 1.6;
}

.bot-info ul {
    text-align: left;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    list-style-position: outside;
}
.bot-info ul li {
    margin-bottom: 5px;
}

.bot-image {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.bot-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}