@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
*, *::after, *::before {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.ak-body{
	font-family: 'Open Sans', sans-serif;
	background-color: #111122;
	color: #ffffff;
	min-height: 100vh;
	text-align: center;
	background-image: url('../img/one-welding-background.jpg');
	background-size: cover;
	background-position: center;
}
.ak-container{
	max-width: 1200px;
	margin: 0 auto;
	padding: 1.25rem;
	min-height: 100vh;
	display: grid;
	grid-template-rows: auto min-content;
}
.ak-content{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.ak-footer{
	padding-block: 2.5rem;
	line-height: 2;
}
h1{
	font-size: clamp(2.5rem, 0.75rem + 7vw, 6rem);
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: .5em;
}
.ak-large{
	font-size: clamp(1.5rem, 1.25rem + 1vw, 2rem);
	line-height: 1.2;
	font-weight: 500;
}
a{
	color: inherit;
	text-decoration: none;
}
.ak-logo{
	width: 100%;
	max-width: 250px;
}
