body {
    margin: 20px;
}

p,
h1,
h2,
h3,
h4,
h5 {
    line-height: 1.8;
    margin-bottom: 20px;
}

.container_que {
    text-align: center;
}

.container_que img {
    max-width: 100%;
    height: auto;
    border: 1px solid #1e1e1e;
    border-radius: 10px;
}

.container13009 {
    max-width: 512px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #1e1e1e;
    border-radius: 10px;
    box-shadow: 0 0px 4px rgb(18 18 18 / 15%);
}

pre {
    background-color: #efefef;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
    overflow-x: auto;
    font-family: 'Courier New', Courier, monospace;
    color: #1e1e1e;
}

code {
    background-color: #efefef;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: 'Courier New', Courier, monospace;
    color: #1e1e1e;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 4px;
    margin-right: 4px;
}

.card-link {
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #ccc;
    background-color: #efefef;
    color: #1e1e1e;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none !important;
    transition: background-color 0.3s;
    margin: 10px;
}

.card-link:hover {
    background-color: #1e1e1e;
    color: #efefef;
}

#status {
    font-style: italic;
    color: #666;
    text-align: center;
}