body, html {
    margin: 0;
    padding: 0;
    font-family: 'Courier New', monospace;
    background: #f3f3f3;
}

.wanted-poster {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    background: #fff5e6;
    border: 2px dashed #8b4513;
    text-align: center;
}

.wanted-poster h1 {
    color: #8b4513;
    font-size: 4em;
    margin: 0;
}

.wanted-image {
    width
: 70%; /* This will be the size of the placeholder image */
height: auto;
margin: 20px 0;
border: 1px solid #000;
box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}

.wanted-poster h2 {
color: #a52a2a;
margin: 10px 0;
}

.reward {
font-size: 1.5em;
color: green;
}

.description {
text-align: left;
line-height: 1.6;
padding: 0 20px;
}



