html {
  margin: 0;
  padding: 0;	
}

body {
  margin: 0;
  padding: 0;
  background-image: url('/resources/backgroundLandscape.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed; 
  overflow: hidden;  
}

.main {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;   
  height: auto;
  overflow: hidden;
  opacity: 0;
}

