/* Body */
html, body {
	margin:0;
	padding: 0;
	height: 100%;	
	background-color: #010e17;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 16px;
	line-height: 1.2;
	color: #121212;
	text-align: center;
}
body {
	background-image: url('bestpartner.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
img {
	width: 100%;
}
a {
	color: #121212;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#wrap {
	padding: 60px;
	width: 100%;
	height: 100vh;
	box-sizing: border-box;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#wrap .heading {
	font-size: 80px;
	font-weight: 900;
	letter-spacing: -0.5px;
}
#wrap .subheading {
	font-size: 32px;
	font-weight: 300;
	letter-spacing: -0.5px;
}
#wrap .text {
	font-size: 18px;
	font-weight: 300;
	margin-top: 20px;
}
.logo-text {
	max-width: 360px;
	width: 100%;
	padding: 10px;
    font-size: 15px;
    border: 1px rgba(0, 0, 0, 0.28) solid;
    margin: 30px auto 0px auto;
    border-radius: 33px;
    background: rgba(0, 0, 0, 0.05);
}