@charset "utf-8";

html,body{
    width:100%;
    height:100%
}

body {
  background:url("../img/error404.png") no-repeat;
  background-size: 100%;
  background-color: black;
}

.content {
	padding-left: 215px;
	padding-top: 120px;
	color: white;
}

.content p.p1 {
	font-size: 106px;
	line-height: 108px;
}

.content p.p2 {
	font-size: 50px;
	line-height: 75px;
}

.content p.p3 {
	font-size: 18px;
	line-height: 28px;
}

.content p.p4 {
	padding-top: 24px;
	padding-bottom: 24px;
	font-size: 15px;
	line-height: 20px;
}

.content a {
	float: left;
}

.content a.home {
	margin-left: 15px;
}

.content a p {
	width: 106px;
	height: 38px;
	background-color: white;
	border: 1px solid white;
	border-radius: 20px;
	color: #096dd9;
	cursor: pointer;
	text-align: center;
	line-height: 38px;
	font-size: 15px;
}
