body {
	background: url(bg.jpg) no-repeat #e3d8ca;
    background-size: contain;
    width: auto;
    height: 100vh;
    background-position: center;
}
.container {
	width:75%;
	position:relative;
	display:block;
	margin: auto;
	padding-top:5%;
	text-align:center;

}
.container p{
	

font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 32px;
line-height: inherit;
text-align: center;
color: #3c4858;
}
.container h1{
	

font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-size:100px;
line-height: inherit;
text-align: center;
color: #1e83ff;
}