body, html {
  height: 100%;
}

body {
  /* The image used */
 background-color: black;
}

body.noscroll{
    //position:fixed;
    //overflow:hidden;
}

/*.links {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}*/

.links-container {
  	width: 100%;
    text-align: center;
}

.googleIcon {

	width: 60%;
	height: auto;
}

img {
  width: 100%;
  height: auto;
}