html {
	font-size: 62.5%;
	box-sizing: border-box;
}

body {
	font-family: "Montserrat", sans-serif;
	background: linear-gradient(#017aa6, #fff);
	margin: 0%;
	padding: 0;
	box-sizing: border-box;
	min-height: 100vh;
	color: #333;
}

p {
	font-size: 1.6rem;
}

.headImg {
	width: 100%;
	object-fit: contain;
}

.container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: transparent;
}

h1 {
	text-transform: uppercase;
	font-size: 3.6rem;
	font-weight: 600;
	text-align: center;
}

.izrabotka {
	font-weight: 600;
	text-rendering: optimizeLegibility;
	text-transform: uppercase;
	font-size: 2.1rem;
	text-align: center;
}

.info {
	font-size: 2.2rem;
	text-align: center;
}

.link {
	text-decoration: none;
	font-weight: bold;
	color: #9d236e;
	text-align: center;
}
