body{
    font-family: sans-serif;
    /* background: #ffffff; */
    /* background: white; */
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.title{
    font-size: 3em;
    /* text-align: center; */
}

.grid{
    margin: 1rem auto;
}

.grid-item{
    width: 350px;
    height: auto;
    margin: 1em;
} 

.card{
    background: #fff;
    overflow: hidden;
}

.card img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}

p{
    text-align: center;
    width: 80%;
    margin-bottom: 4rem;
}

