*{
    box-sizing: border-box;
}


body{
    background-color: white;
    display: flex;
    flex-wrap: nowrap;
    box-sizing: 32%;
    justify-content: space-around;
}
h1{

}
img{
    width: 90%;
    height: 40%;
}
p{
    font-size: 1.3em;
    width: 90%;
    height: 325
}
#pie{
    width: 90%;
    height: 20%;
    color: blue;
}