body {
    box-sizing: border-box;
    background: rgb(204, 201, 206);
    display: table;
}
article{
    max-width: 1000px;
    margin: auto;
}

img {
    border: 3px solid white;
}

tenYearsBackground{
    margin: 20px auto;
    max-height: 600px;
}

h1{
    font-family: 'El Messiri', Helvetica, sans-serif;
    color: rgb(11, 10, 10);
    margin: 30px 0 10px 20px;
    text-align: center;
}

.shield{
    border: none;

}

nav{
    background-color: slategrey;
}

a {
    color: white;
}

#flexy {
    max-width: 1000px;
    display: flex;
    align-items: center;

}

.footerP {
    margin-left: 20px;
}

#chart{
    max-width: 800px;
    margin: 20px auto;
    
}

#report{
    margin: 0 auto;
    max-width: 800px;
    padding: 20px;
}

.carousel-caption > h1 {
    color: white;
    -webkit-text-stroke: 1.5px black;
}

p{
    padding: 8px;
}