.header {
  text-align: center;
  width: 95%;
  position:absolute;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 500px;
}

.container {
  position: relative;
}

.landingbtn {
    position: fixed;
    top: 70%;
    left: 80%;
    background-image: url('assets/md_button_enter.png');
    background-size: cover;
    width: 400px;
    height: 360px;
    transform: translate(-50%, -50%);
    font-size: 24px;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
}

.landingbtn:hover {
        background-image: url('assets/md_button_enterhover.png');

}	

#homerlink {
    bottom: -50px;
}


.render {
  border: 8px solid #3872ee;
}


.landingbackground {
  background-color: transparent;
  background-image: url('assets/clouds.gif');
   background-repeat: no-repeat;
     background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}