body
{
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}
.fill {object-fit: fill;}
img
{
  	max-width: 100%;
	height: auto;
 	object-fit: contain;
}
h1
{
	position: fixed;
	background-color: tomato;
	top: center;
	left: center;
  	z-index: 1;
 	font-size: 60px;
 	color: #dfe6e9;
 	text-align: center;
 	padding: 0.3em;
}
@media only screen and (max-width: 600px){
  h1
  {
    font-size: 20px;
  }
}
ul
{
	position: fixed;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
  	margin: 0;
  	padding: 0;
 	z-index: 1;
}
ul li
{
	list-style: none;
}
ul li a
{
	display: block;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	background: #dfe6e9;
	width: 140px;
	color: #262626;
	margin: 4px 0;
	padding-right: 15px;
	text-transform: uppercase;
	text-align: right;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
ul li a:hover
{
	background: #636e72;
	color: #fff;
}
#container
{
	width: 100%;
	height: 100vh;
	scroll-behavior: smooth;
	overflow-y: scroll;
}
#container div
{
	position: relative;
	width: auto;
	height: 100%;
}
#container div h1
{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 8em;
	text-transform: uppercase;
	color: #fff;
}
#container div#one
{
	background: white;
}
#container div#two
{
	background: white;
}
#container div#three
{
	background: white;
}
#container div#four
{
	background: white;
}
#container div#five
{
	background: white;
}