.nopadding {
  padding: 0 !important;
}
html {
  height: 100%;
}
body {
  user-select: none;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow-y: scroll;
}
.containers{
  position: relative;
}
#DemoTitle{
  font-size: 3vw;
  font-weight:bold;
  text-align: center;
  margin-top: 5vh;
  display: flex;
	align-items: center;
    justify-content: center;
}
.Divs
{
	margin-top:3vh;
}
.textDivs
{
font-size: 1vw;
  font-weight:bold;
  text-align: center;
  margin-top: 1vh;
  display: flex;
	align-items: center;
    justify-content: center;	
	color:black;
}