@import url("https://fonts.googleapis.com/css?family=Varela");

.card {
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  height: 325px;
  margin: 20px;
  padding: 0 20px;
  position: relative;
  text-align: center;
}

.font-size-36{
    color: white ;
}

h2{
    font-family: Varela;
    color: white ;
}

body{
    font-family: Varela;
}

.text-center{
    font-family: Varela;
}

.primary-bg-color {
    background-color: #ff712b;
    color: #000;
}
.secondary-bg-color {
    background-color: #ffe978;
    color: #000;
}