html, body {
    background-image: url('../assets/images/background.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table;
    position: fixed;
}

canvas {
    background-color: green;
}

#eagleVideo {
    top:0px;left:0px;
}

.overlay {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background:rgba(255,255,255,0.5);
}
.overlayContent {
    display: inline-block;
    text-align: left;
    padding: 10px;
    width: 50%;
    background-color: rgb(224, 228, 241);
    border-radius: 2%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}

h1 {
    font-size:55px;
    line-height:58px;
    color:#fff;
    text-align:center;
    color: black;
}

.button {
    border-radius: 1%;
    padding: 3%;
    background-color: rgb(28, 184, 65);
    font-size: 20px;
}

