@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@200..800&family=Rubik+Glitch&display=swap');
p, h1, h2, h3 {
	color: #eee;
	font-family: "Rubik Glitch", system-ui;
	font-style: normal;
	font-weight: 400;
	line-height: 1.33em;
	margin: 0;
	padding: 0;
	}
	p {
		font-family: "Oxanium", sans-serif;
		font-size: 1.25em;
		font-weight: 400;
		}
	h1, h2 {
		font-size: 3em;
		}
html, body {
	background: #111;
	height: 100vh;
	margin: 0;
	overflow: auto;
	overflow-x: hidden;
	padding: 0;
	scroll-behavior: smooth;
	scroll-snap-type: y mandatory;
	 }
	section {
		align-items: center;
		display: flex;
		height: 100vh;
		justify-content: center;
		position: relative;
		scroll-snap-align: start;
		scroll-snap-stop: normal;
		width: 100vw;
		}
		section:nth-child(1) {
			background: url(345.png) no-repeat;
			background-size: cover;
			}
		section:nth-child(2) {
			background: url(346.png) no-repeat;
			background-size: cover;
			}
		section:nth-child(3) {
			background: url(347.png) no-repeat;
			background-size: cover;
			}
			section header {
				height: 10vh;
				width: 100vw;
				position: absolute;
				top: 0;
				}
				header a {
					background: url(uarrow.png) center no-repeat;
					display: block;
					height: 10vh;
					width: 100vw;
					}
			section div {
				background: rgba(0, 0, 0, 0.5);
				border-radius: 1em 0 0 1em;
				display: block;
				width: 33vw;
				height: 50vh;
				padding:1em;
				}
			section>div:nth-child(3) {
				border-radius: 0 1em 1em 0;
				}
			section footer {
				height: 10vh;
				width: 100vw;
				position: absolute;
				bottom: 0;
				}
				footer a {
					background: url(arrow.png) center no-repeat;
					display: block;
					height: 10vh;
					width: 100vw;
					}
			section:nth-child(1)>img {
				height: 50vh;
				}
			section:nth-child(3)>div:nth-child(3) {
				background: url(tony.jpg) center no-repeat;
				background-size: cover;
				}
			section:nth-child(3)>footer {
				align-items: center;
				background: rgba(0, 0, 0, 0.5);
				display: flex;
				justify-content: center;
				}