*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color: black;
    color:  white;
    line-height: 1.6;
    position: relative;
    font-family: Arial, sans-serif;
}
body::before{
    
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    background:url("https://images.unsplash.com/photo-1517976487492-5750f3195933?q=80&w=1470&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D") no-repeat center center/cover;
    height: 100%;
    width: 100%;
    z-index:-1;
    opacity: .6;
    

}
.container{
    max-width: 800px;
    margin:0px auto;  
    background-color: rgba(0, 0, 0, 0.6);
    padding:30px;
}
.container1{

    align-items: center;
    justify-content: space-between;
    display: flex;
    margin-bottom: 20px;
}
.img{
    border-radius: 50%;
    object-fit: cover;
    width: 200px;
    height: 200px;
}
.namedob h1 {
    font-size: 2.5rem;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.namedob h2 {
    font-size: 1.2rem;
    font-family: 'Courier New', Courier, monospace;
    color: #ccc;
}

.headline{   
    text-align: center;
}

.paragraph p {
        text-align: justify;
        font-size: 0.9rem;
        margin-bottom: 20px;
}
.hrline{
    width: 60%;
    margin: 40px auto;
    border: 1px solid #555;
}
.biography {
    margin: 20px 0;
}

.biography ul {
    list-style-type: disc;
    padding-left: 40px;
}

.biography li {
    margin-bottom: 10px;
    font-size: 1rem;
    color: #ddd;
}
.wikilink{
    font-size: 14px;
    margin-left: 70%;

}
a{
    color: rgb(87, 87, 255);
}