
/*	margin: 0;
	height: 100%;
	overflow: hidden;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	line-height: 1.5;cu
	cursor: url ('neo1.png'), default;*/
}

footer {
	position: fixed;
	width: 100%;
	background-color: rebeccapurple;
}

header {
	position: fixed;
	top: 0;
	background-color: rebeccapurple;
	width: 100%;
	height: 20px;
	opacity: 0.5;
	padding: 4px;
	color: white;
	font-size: 12px;
}

p {
	cursor: default;
/*	cursor: url('/neo1.svg');*/
	margin-top: 0;
}


[id^="button"] {
/*   min-width: 100%;
    min-height: 100%;
/*  float: left;
  margin-left: 33 %;*/
}
.container {
  display: flex;
  flex-flow: row wrap;
 /* display: block;*/
  height: 150px;
  margin-top: -30px;
}

.item {
  position: relative;
  flex: 1 1 0px;
}

.item img {
/*  display: block;*/
  max-width: 100%;
position:relative;
}


/*
  color: white; 
	cursor: url('/neo1.svg');
	font-size: 30px;
	position: relative;
	bottom: 2px;
}
	@media screen and (max-width: 500px) { 
  
            [id^="button"]{ 
                width: 70%; 
            } */

}



