h1,h2,h3{
  font-family: 'Raleway', sans-serif;
  font-size: 3.5vw;
  font-weight: 100;
}

.cardBackground{
  postion: relative;
  background-color: #4099FF;
  width: 100%;
  height: 100%;
}

.cardContent{
  background-color: white;
  position:absolute;
  top:0; bottom:0;
  right:0; left:0;
  margin:auto;
  width:80%;
  max-width: 1000px;
  height:80%;
  max-height: 700px;

 

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cardHeader
{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;

}

.cardTitle{
  padding-top: 2%;
  padding-left: 4%;
   width: 80%;


}

.cardShare{
  width: 20%;
  font-size: 3em;
  padding-top: 2%;
  padding-right: 3%;
   text-align: right;
   

}

.cardText{
  font-family: 'Cedarville Cursive';
  padding-top: 5%;
  padding-left: 14%;
  padding-right: 14%;


}

.rquoteText{
  font-size: 2.00em;

}

.cardButton{
  text-align: right;


}

.buttonClass {
  background-color: #f44336;
  color: white;
  font-size: 1.5em;
  padding: 1.5%;
  margin: 2vw;
  max-height: 100px;
  position: floating;
}
