* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}
body {
    background-color: black;
    color: white;
}
select,
input {
	font-size: 0.5cm;
}
#images {
}
#images a {
	position: relative;
	font-size: 0;
	line-height: 0;
	padding:1px;
    background-color: white;
	margin:0.1cm;
	display:inline-block;
	transition:transform 0.2s ease-out 0s, box-shadow 0.2s ease-out 0s;
}
#images a:hover {
	box-shadow: 0 0 5cm 1.5cm black;
	transform:scale(1.25,1.25);
	z-index:9;
}
#images img {
    width: 4cm;
}
