@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');

.body {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.p404 {
	display: flex;
	justify-content: center;
}

.page-text, .four-style {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #F0F0F0;
}

.four-style {
	line-height: 1;
	font-size: 250px;
}

.page-text{
	line-height: 32px;
	font-size: 36px;
	padding-top: 84px;
	padding-bottom: 40px;
}

.p404-btn {
	padding: 10px 20px;
}

.position-btn {
	text-align: center;
}

@media(max-width: 1400px) {
	.page-text {
		padding-top: 40px;
	}

	.p404-btn {
		margin-top: 12px;
		margin-bottom: 60px;
	}
}

@media (max-width: 767px) {
	.p404 img {
		width: 40vw;
	}

	.four-style {
    	font-size: 45vw;
    }

    .page-text {
    	padding-top: 50px;
    	line-height: 40px;
    }

    .p404-btn {
    	font-size: 14px;
    }
}



