img {
    height: 400px;
    width: 500px;

}

.section figcaption {
    display: flex;
    align-items: center;
    justify-content: center;
}

.headercontainer{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 15px;
}

.headercontainer .brand img{
    height: 100px;
    width: 100px;
    border-radius: 30px;
}
