.jumbotron{
   text-align: center;
   background-color: gainsboro;
   font-family: fantasy;
   font-size: 50px;
   background-image: url(background.png);
   color: red;
   font-weight: bold;
}
body{
     background-color: khaki;
}
h2{
  color: black;
  font-weight: bolder;
}
em{
   font-weight: bold;
}
.img{
     float: left;
     padding: 50px;
}
blockquote{
           font-style: italic;
           font-weight:bold;

}
#link{
      font-style: italic;
      font-weight: bold;
}
.card{
      text-align: center;
      margin: 100px;
}
