* {
    background-color:hsl(0, 0%, 8%);
    padding:0;
    margin:0;
    color:white;

}

div {
    width:25%;
    height:auto;
    display:flex;
    flex-direction: column;
    align-items: center;
   margin:50px auto;
   border:1px solid hsl(0, 0%, 12%);
   align-content: center;
   border-radius:10px;
   background-color:hsl(0, 0%, 12%);

}

img {
    width: 10%;
    height: 10%;
    border-radius: 50%; 
    padding:20px;
    align-self:center;
    margin:0;
    margin-top: 10px;;
}
H2 {
    color:white;
    margin-top:5px;
}
.location{
    font-size: small;
    color:hsl(75, 94%, 57%);
}
.sub {
    opacity:0.6;
}
.child{
    border:1px solid hsl(0, 0%, 20%);
    padding:5px;
    border-radius:5px;
    width:80%;
    margin-bottom: 25px;
    justify-content: center;
    background-color:hsl(0, 0%, 20%);
    color:white;
    display:flex;  
}

.first-child{
    width:25%;
    height:auto; 
}