body {
    background-color: #531823;
    color: #E3DFD3;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 25px;
}

h1 {
    color: #E3DFD3;
    margin-bottom: 20px;
}

.content {
    background-color: rgba(227, 223, 211, 0.1);
    padding: 15px;
    border-radius: 8px;
    line-height: 1.6;
}

.image-wrapper {
    margin-top: 30px;
    text-align: center;
}

.image-wrapper img {
    max-width: 500px;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0,0,0,0.4);
}
