@font-face {
  font-family: Lato;
  src: url('./fonts/Lato-Regular.ttf') format('truetype');
}

html {
	font-family: Lato, sans-serif;
	scroll-behavior: smooth;
}

body {
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url("./sea1.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100%;
	align-items: center;
	justify-content: center;
	height: 100vh;
	width: 100vw;
}

main {
	width: 50vw;
	height: 90vh;
	min-height: 90vh;
	text-align: center;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 10vh 1fr;
	row-gap: 20px;
}

h1 {
	color: white;
	font-size: 2.3rem;
	text-align: center;
	margin-top: 5vh;
	margin-bottom: 5vh;
}

.gal {
	border-radius: 1rem;
	background-color: rgba(0, 31, 63, .8); /* nice blue */;
	width: 80%;
	height: 100%;
	min-height: 80vh;
	margin: auto;
	display: grid;
	grid-template-columns: 10% 1fr 10%;
	grid-template-rows: 1fr;
}

.arrow {
	height: 100%;
	width: 100%;
	display: flex;
}

img {
	display: block;
	width: 100%;
	height: auto;
	margin: auto;
}

.center img {
	max-width: 100%;
	width: auto;
	max-height: 80vh;
	margin: auto;
}

.center {
	height: 100%;
	display: flex;
}
