body *:not(svg) {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0); /*only in IE10*/
}

body, html {
	background-color: lightgray;
	/* width: 100%; */
    /* height: 100%; */
	margin: auto;
	/* min-width: 1300px !important;
	max-width: 1300px !important; */
	min-height: 1000px !important;
	max-height: 1000px !important;
}

.img-logo {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: auto;
	max-height: 40px;
	display: block;
}

input[type=radio], input.radio {
	float: left;
	clear: none;
	margin: 0px 0 0 1px;
}

.myFooter {
	height: 5%;
	background-color: lightgray;
	display: flex;
	align-items: center;
	justify-content: center
}

@media all and (min-width: 900px) {
	.container {
		display:flex;
	}
}

@media not all and (min-width: 900px) {
	.grid-container {
		display: grid;
		grid-template-columns: 1fr;
	}
}

.x{
	flex:3;
	text-align: center;
	background-color: rgba(235, 113, 101, 0.73);
	margin: 1px;
}

.y{
	flex:3;
	text-align: center;
	background-color: rgba(70, 163, 71, 0.64);
	margin: 1px;
}

.z{
	flex:3;
	text-align: center;
	background-color:rgba(70, 140, 215, 0.74) ;
	margin:1px;
}

@media all and (max-width: 900px) {
	.img-logo {
		max-width: 100%;
	}
}
