body {
    font-family: Arial, sans-serif;
    background-color: #121212;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    margin: 0;
}

.main {
    max-width: 400px;
}

.image {
    background-position: center;
    background-size: cover;
}

.back-btn {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    background-image: url(../../images/back.382b99b.webp);
    background-size: cover;
}

.header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    margin-bottom: 15px;
}

h1 {
   margin-left: 30px;
   font-size: 24px;
}

.card {
    background-color: #060E0C;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    color: #fff;
}

.card-header {
    text-align: center;
    padding: 20px;
}

.card-header .card-image { 
    display: block; 
    background-image: url(../../images/img_top.fbe4d51.webp);
    width: 100%;
    aspect-ratio: 0.95;
    background-position: center;
    background-size: cover;
}

.card-header h1 {
    font-size: 22px;
    margin: 0;
}

.card-content {
    padding: 15px 20px;
    font-size: 14px;
    line-height: 1.5;
}

.card-content h2 {
    font-size: 16px;
    margin: 10px 0;
    color: #ff5c00;
}

.card-content ul {
    padding-left: 20px;
    margin: 5px 0;
}

.card-content li {
    margin-bottom: 5px;
}

.card-content a {
    color: #1e90ff;
    text-decoration: underline;
}
