body, html {
	height: 100%;
	display: grid;
	background-color: #091821;
	font-family: proxima-nova,sans-serif;
}
p {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: normal;
	text-align: center;
}
.container {
	margin: auto;
	width: 100%;
}
.frame {
	text-align: center;
}
.frame p {
	font-size: 14px;
	line-height: 1.86;
	color: #d9d9d9;
}
.frame .bg {
	background-image: url(bg.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 100px 0 12px 0;
}
.frame .bg img {
	width: 90%;
	max-width: 600px;
	margin-bottom: 56px;
}
.frame .bg p {
	font-size: 20px;
	color: #ffffff;
}
.frame p a {
	font-size: 20px;
	color: #1e76f7;
	text-decoration: none;
    border-bottom: 1px solid #1e76f7;
}