
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap');

body{
    font-family: 'Playfair Display', serif;
    display: grid;
    background-color: whitesmoke;
    background-image: black 100%;
    align-content: center;
}

.container h2{
  padding-bottom: 15px;
  font-weight: 400;
  opacity: 0.9;
  margin: auto;
  line-height: 1.7;
  color:#ffbb29
}

.container p {
    margin-top: -10px;
    padding-bottom: 15px;
    font-weight: 200;
    opacity: 0.9;
    margin: auto;
    line-height: 1.7;
    color:#ffffff
}

.credit{
  text-align: center;
  color: #000;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.credit a{
  text-decoration: none;
  color:#000;
  font-weight: bold;
}
