﻿@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/open-sans-v36-latin-regular.eot');
	src: url('../fonts/open-sans-v36-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v36-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v36-latin-regular.woff') format('woff'), url('../fonts/open-sans-v36-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v36-latin-regular.svg#OpenSans') format('svg');
}

:root {
	font-size: 16px;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
}

body {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: #fff;
	font-weight: 400;
}

#wrapper {
	max-width: 740px;
	margin: 1rem auto;
	border: solid thin #242021;
	overflow: hidden;
	position: relative;
}

article {
	position: absolute;
	bottom: 160px;
	right: 6px;
}

footer {
	position: absolute;
	bottom: 12px;
	right: 32px;
	display: flex;
	align-items: center;
}

h1 {
	font-size: 19px;
	line-height: 24px;
	font-weight: 400;
	background: url('../images/background-title.png') no-repeat;
	width: 248px;
	color: #61B442;
	text-align: center;
	height: 61px;
	padding-top: 20px;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: #242021;
	text-decoration: none;
}

@media screen and (max-width:738px) {
	#wrapper {
		border: none;
		margin: 0;
	}
}

@media screen and (max-width:500px) {
	article {
		bottom: 85px;
	}
}