canvas {
    width: 100%;
    height: 100%;
    /* background-color: black; */
    background: url(https://images.unsplash.com/photo-1543260775-945c562403b3?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1828&q=80);
    background-size: cover;
    background-position: center;
    position: absolute;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: 'Lexend Zetta', sans-serif;
}

h1 {
    font-family: 'Bungee Shade', cursive;
}

.jumbotron.text-center.text-light {
    position: absolute;
    background-color: rgba(248, 142, 142, 0.068);
    /* margin: 30% 30%; */
    align-items: center;
    margin-left: 30%;
    width: 40%;
    margin-right: 30%;
    margin-top: 10%;
}

#footer {
    position: absolute;
    color: white; 
    margin-bottom: 0;
    /* z-index: 100; */
}