html{
	overscroll-behavior: none;
}

.column{
  display: flex;
  flex-flow: column wrap;
  /*border: 1px solid green;*/
}

.column:not(.dropdown){
	  flex: 1 1 0;
}

.row{
  display: flex;
  flex-flow: row wrap;
  flex: 1;
  justify-content: space-around;
  /*border: 1px solid black;*/
}

.pad > *{
	padding: 10px;
}

body{
	margin: 0px;
	background: #000000;
}

.background{
	position: absolute;
	width: 100%;
	top: 0px;
	z-index: -1;
	filter: blur(3px);
	image-rendering: smooth;
}

h1{
	text-align:center;
}

h1, h2, h3, h4, h5, p, button{
	font-family: Arial, Helvetica, sans-serif;	
}

body > div{
	padding: 24px;
	margin: 50px 10%;
	background: #ffffffd0;
	border-radius: 10px;
}

body > div > p{
	text-align: center;
	font-size: 18pt;
}

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

.imglink a{
	transition: opacity .0625s;
	transition: transform .0625s;
	transform-origin: 50% -1%;
	display: flex;
	max-width: 300px;
	max-height: 300px;
	margin: 0px 20px 20px 20px;
	overflow: hidden;
}

a:hover{
	opacity: .7;
	transform: scale(1.1);
}

.imglink{
	transform: scale(.75);
}

.imglink a{
    display: block;
    border: 2px solid black;
}

.imglink p{
	text-align: center;
	font-size: 28pt;
	margin: 0px;
}
