body {
  background: #f6f0e0;
}
.par {
  color: #093959;
  font-family: "Faustina"
    font-weight: 20
}
h1 {
  font-weight: bold;
  color: #065380;
  font-family: "Limelight"
}

h3 {
  color: #0e3146;
  font-family: "Ribeye-Marrow";
}

a {

  font-weight: bold;
  color: #0a3651;
  font-family: "Limelight"

}

h2 {color: #0e3146;
  font-family: "Ribeye-Marrow";
  
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 40%;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.container {
  padding: 2px 16px;
}