body, html {
  height: 100%;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: white;
}

.bg {

    position: absolute;
    opacity: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 100px;
    /* The image used */
    background-image: url('../images/white_front_page.jpg');

    /* Full height */
    width: 100%; 
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.center {
    /* display: block; */
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 20%;
    background-color: rgba(0, 0, 0, 0.5);
}

.intro_text {
    position: absolute;
    padding-bottom: 60px;
    padding-top: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    width: 100%;

}

.footer {
    position: absolute;
    padding-top: 0px;
    padding-bottom: 20px;
    text-align:center;
    bottom: 0;
    left: 0;
    width: 100%;
    color: rgb(132, 130, 125);
}