html, body {
    max-width: 100%;
    overflow-x: hidden;
}
.full_screen{
	min-height: 100%;
	width: 100%;
	position: absolute;
	font-family: Open Sans, Arial;
	color: #DFD6F9;
	background: #7159a6;
}
a{
	color: #DFD6F9;
}
a:hover{
	color: white;
}
.middle{
	max-width: 800px;
	margin: 0 auto;
	padding: 80px 40px;
}
.title{
	margin: 100px 0 0;
	font-weight: bold;
	font-size: 48px;
	line-height: 56px;
	text-align: center;
}
.info{
	margin: 30px 0 0;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
}
.browser_div{
	margin: 33px 0 0;
	display: inline-block;
	text-align: center;
	width: 129px;
	height: 97px;
}
.browser_name{
	font-size: 16px;
	line-height: 22px;
}
.continue_row{
	text-align: center;
}
.continue{
	margin: 80px auto 0;
	max-width: 300px;
	height: 80px;
	padding: 16px 0 0;
	background: #8A73B4;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 50px;
	font-size: 18px;
	line-height: 40px;
	cursor: pointer;
}
.continue:hover{
	background: #7159A6;
}

@media screen and (max-width: 880px){
	.middle{
		padding: 50px 40px;
	}
	.info{
		margin: 30px 0 7px;
	}
}