body {
    margin: 0;
}

.d-zero {
    padding: 5px;
    border: 2px solid darkolivegreen;
    background-color: darkolivegreen;

}
.prgh-zero{
    text-align: center;
}

.d-one {
    display: flex;
    flex-wrap: wrap;
}


article {
    margin: 10px;
    padding: 20px;
    flex: 200px;
    flex: 1;
    border: 2px solid tan;
    background-color: tan;
    border-radius: 20px;
}

h3 {
    text-align: center;
}

.d-two {
    text-align: center;
}

.gandalf {
    width: 280px;
    height: 300px;
    border-radius: 20px;
}

.elrond {
    width: 250px;
    height: 300px;
    border-radius: 20px;
}

.thranduil {
    width: 300px;
    height: 300px;
    border-radius: 20px;
}

.aragorn {
    width: 240px;
    height: 300px;
    border-radius: 20px;
}

.legolas {
    width: 250px;
    height: 300px;
    border-radius: 20px;
}

.tauriel {
    width: 220px;
    height: 300px;
    border-radius: 20px;
}

.bard {
    width: 320px;
    height: 300px;
    border-radius: 20px;
}

.gimli {
    width: 300px;
    height: 300px;
    border-radius: 20px;
}