body {
    font-family: 'Roboto', sans-serif;
    font-size: 14pt;
    margin: 0;
    padding: 0;
    background: linear-gradient(to bottom right, #1a2a41, #0d0d0d);
    color: #e0e0e0;
}

header {
    background: #1b2a41;
    padding: 25px;
    text-align: center;
    color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

section {
    max-width: 900px;
    margin: 30px auto;
    padding: 20px;
}


.details-box {
    background-image: url("wanted.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;

    width: 850px;            
    height: 950px;           
    
    margin: 0 auto;
    padding-top: 200px;     
    text-align: center;

    color: #2b1b0f;          
    position: relative;
}


.profile-img {
    width: 250px;            
    height: auto;
    border-radius: 5px;
    border: 4px solid #3f2d1a;
    margin-bottom: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}


h2 {
    color: #2b1b0f;
    font-size: 28px;
    margin: 25px 0 10px 0;
}

p {
    font-size: 16pt;
    margin: 10px 0;
    line-height: 1.4;
    color: #2b1b0f; 
}


.btn {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 25px;
    background: #e69a28;
    color: #000;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

.btn:hover {
    background: #ffb84d;
}

footer, p1 {
    text-align: center;
    margin-top: 50px;
    padding: 15px;
    background: #1b2a41;
    color: #e0e0e0;
}
