body,html{height:100%}.bg-image{background-image:url(/background.jpeg);background-size:cover;background-position:50%;background-repeat:no-repeat;background-attachment:fixed;color:#333}.card,.container,.jumbotron{position:relative;z-index:1}.fade-in{animation:fadeIn 1s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}