body
{
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
}

header
{
	position: relative;
}

a 
{
	text-decoration: none;
}

#slider
{
	height: 100vh;
}

section
{
	text-align: center;
}

section ul
{
	list-style: none;
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	padding: 0;
}

section ul li
{
	border: white 5px solid;
	box-shadow: 0 0 10px black;
	width: 30%;
	border-radius: 10px;
}

img:hover
{
	cursor: pointer;
}

section ul li img
{
	width: 100%;
}