html,
body {
  height: 100%;
  background: url('bellbird-spring-background.jpg') no-repeat center top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.card
{
  background-color: #ffffffee;
}