body{
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'Roboto';
	overflow: hidden;
}
.header{
	background-color: #000000;
}
.header-logo{
	height: 100px;
}
.thanks-wrapper{
    background-image: url(../img/thanks.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px;
    height: 723px;
}
.thanks-title{
	font-family: 'Roboto';
	font-size: 35px;
	margin: 0;
}
.thanks-description{
	font-size: 22px;
}
.thanks-redirect{
	font-size: 18px;
}
@font-face{
    font-family:"Roboto";
    src:url(../fonts/Roboto-Regular.ttf) format("truetype");
}