/* Import polices*/

@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,400;1,400;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Paytone+One&display=swap');

/* - - - - - - - STYLES RESET - - - - - - - - - - */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* - - - - - - - - - - - - - - - - - */

html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 25px;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #DAEFB3;
	background: linear-gradient(135deg, #DAEFB3, #D64650);
}

main {
	/*position: relative;
	top: 50%;
	transform: translateY(-70%);*/
	text-align: center;
	font-family: "Crimson Pro", serif;
	font-weight: 500;
	color: #343437;
}

.words {
	margin-top: 6rem;
	font-size: 40px;
	line-height: 1.5em;
}

@media (max-width: 768px) {

	.words {
		margin-top: 2rem;
	}

}

.words span {
	display: block;
}

.words-style1 {
	font-family: "Paytone One", sans-serif;
	font-size: 40px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.words-style2 {
	font-size: 50px;
	font-style: italic;
	text-transform: lowercase;
}

.intro {
	margin: 2rem 2rem 0;
	font-size: 25px;
	line-height: 1.6em;
}

em {
	font-style: italic;
	color: #9f3e3e;
}