body {
    position: relative;
}

header {
    background-color: #001;
}

#gallery img {
    width: 200px;
    height: 200px;
	object-fit: cover;
}

#gallery a {
	pointer-events: none;
}

#gallery {
    margin: auto;
    width: 100%;
}
