
body.home {
background-image: url('imageshere/bk1.jpg');
background-size: cover;
background-attachment: fixed;
font-family: 'Courier New', Courier, monospace;
}

body.landhere {
background-image: url('imageshere/bk2.jpg');
background-size: cover;
background-attachment: fixed;
}


html {
overflow: scroll;
overflow-x: hidden;
}
::-webkit-scrollbar {
width: 0; /* remove scrollbar space */
background: transparent; /* to make scrollbar invisible */
}
::-webkit-scrollbar-thumb {
background: transparent;
}

h1.home {
color: white;
text-align: center;
font-family: 'Courier New', Courier, monospace;
}

h1.landhere {
color: white;
text-align: center;
}

p.home {
color: white;
text-align: center;
font-size: 20px;
}

p.landhere {
color: white;
text-align: center;
font-size: 20px;
}

img.home {
display: block; 
margin-left: auto;
margin-right: auto;
}

img.landhere {
display: block; 
margin-left: auto;
margin-right: auto;
}
