
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0em;
	position: relative;
	line-height: 1.6;
	margin: 0;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
header {
	background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.9)), url(website.jpg);
	height: 100vh;
	background-position: center;
	background-size: cover;
}
.hero {
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	color: #FFF;
	text-align: center;
}
.hero p {
	margin-top: 30px;
}
h1 {
	font-size: 36px;
    letter-spacing: 5px;
	font-family: 'Playfair Display', serif;
}
hr {
	width: 50%;
	margin: 30px auto;
	border: 1.5px solid #FFF;
}
p {
	font-size: 20px;
	margin-bottom: 30px;
}
#launch {
	font-size: 40px;
	word-spacing: 20px;
}