body {
    margin: 0;
    overflow-y: hidden;
    background: url("https://images.pexels.com/photos/1205301/pexels-photo-1205301.jpeg");
    background-size: 140%;
}

h1 {
    position: absolute;
	top: 10px;
	width: 100%;
	text-align: center;
	z-index: 100;
	display:block;
    color: white;
    font-family: 'Nasa', sans-serif;
    font-size: 50px;
}

#info {
    height: 350px;
    width: 250px;
    position: absolute;
	text-align: center;
	top: 10px;
    left: 10px;
	z-index: 100;
	display:block;
    background-color: whitesmoke;
    opacity: 0.8;
}

#desc {
    text-align: left;
    padding-left: 10px;
}

#live_reaction {
    width: 100px;
    text-align: left;
    margin-top: 50px;
    padding-left: 20px;
    z-index: -1;
}

#credits {
	top: 350px;
    left: 20px;
    position: absolute;
	width: 250px;
	z-index: 100;
	display:block;
    color: white;
}

#spinning_cube {
    z-index: 1;
    position: relative;
}

#cheesePortal {
    border: 0px;
}

#logo {
    height: 50px;
    width: 50px;
    position: absolute;
	top: 10px;
    right: 10px;
    display:block;
    z-index: 265;
}

#generate {
    height: 100px;
    width: 200px;
    font-size: 25px;
    position: absolute;
	bottom: 30px;
    left: 10px;
    display:block;
    z-index: 265;
}

#amplitudeValue {
    height: 30px;
    width: 150px;
    position: absolute;
	text-align: center;
    line-height: 30px; 
	bottom: 90px;
    left: 230px;
	z-index: 100;
	display:block;
    background-color: whitesmoke;
}

#voxelDensityValue {
    height: 30px;
    width: 150px;
    position: absolute;
	text-align: center;
    line-height: 30px; 
	bottom: 40px;
    left: 230px;
	z-index: 100;
	display:block;
    background-color: whitesmoke;
}

#amplitudeSlider {
    height: 10px;
    width: 750px;
    position: absolute;
	bottom: 100px;
    left: 400px;
    display:block;
    z-index: 265;
}

#voxelDensitySlider {
    height: 10px;
    width: 750px;
    position: absolute;
	bottom: 50px;
    left: 400px;
    display:block;
    z-index: 265;
}

#colour {
    height: 100px;
    width: 100px;
    font-size: 16px;
    position: absolute;
	bottom: 30px;
    right: 140px;
    display:block;
    z-index: 265;
}

#reload {
    height: 100px;
    width: 100px;
    font-size: 16px;
    position: absolute;
	bottom: 30px;
    right: 20px;
    display:block;
    z-index: 265;
}

#c {
    height: 100vh;
}

#minimise {
    position: absolute;
    left: 15px;
    top: 15px;
    color: black;
    font-size: 13px;
    z-index: 1000;
}


/* for mobile screens under 500px - to be implemented */
@media (max-width: 500px) {
    
}
