*{
    padding:0;
    margin:0;
    box-sizing:border-box;
}
.heading{
    text-align:center;
    font-size:3rem;
    margin-bottom:1.5rem;
    font-family:'Gill Sans','Gill Sans MT', Calibri,'Trebuchet MS',sans-serif;
}
img.one{
  height:75%;
  width:75%;
}
#cards{
    justify-content:space-around;
}
.card{
    text-align:center;
    padding:1.5em;
    margin-bottom:2em;
}
.title{
    font-size:1.5rem;
    font-weight: bold;
}
.vendor,.verificationurl{
    font-weight:bold;
    text-transform:capitalize;
    margin:0.5em;
    font-size:1.2rem;
}
a {
  color: orange;
  text-decoration: none;
  text-transform: uppercase;
}