/* =========================================================
   GLOBAL.CSS
========================================================= */

html{
	scroll-behavior:smooth;
	min-height:100%;
	background:#02070d;
}

*{
	box-sizing:border-box;
}

body{
	margin:0;
	min-height:100%;
	font-family:'Inter',sans-serif;
}

.container{
	width:88%;
	max-width:1250px;
	margin:auto;
}

img{
	max-width:100%;
	display:block;
}

a{
	text-decoration:none;
}