@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}

body {
	font-family: "Montserrat", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
	margin-block-end: 0;
}

ul[role='list'],
ol[role='list'] {
	list-style: none;
}

body {
	min-height: 100vh;
	line-height: 1.5;
	margin: 0;
}

h1,
h2,
h3,
h4,
button,
input,
label {
	line-height: 1.1;
}

h1,
h2,
h3,
h4 {
	text-wrap: balance;
}

a:not([class]) {
	text-decoration-skip-ink: auto;
	color: currentColor;
}

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

input,
button,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
}

textarea:not([rows]) {
	min-height: 10em;
}

:target {
	scroll-margin-block: 5ex;
}

.container {
	text-align: center;
}

header {
	margin-bottom: 2rem;
}

.header__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #2F2F2F;
	padding: 1.25rem 2rem;
}

main {
	padding: 2rem;
}

.sub_title {
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 3rem;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 3rem;
	padding-left: 2rem;
	padding-right: 2rem;
	color: #ffffff;
	width: 300px;
	text-decoration: none;
	background-color: #FF3333;
	margin-bottom: 2rem;
	border-radius: 1.5rem;
	transition: all .3s;
}

.btn:hover {
	color: #ffffff;
	background-color: #2F2F2F;
}
