body {
  background: url(/background.jpg) fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.ccard--fp {
  margin: 80px auto;
  padding: 25px;
  max-width: max-content;
}
