.container{
display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	background-color: #000d;
	color: white;
	font-family: sans-serif;
	position: absolute;
	left: 0;
	right: 0;
}


button{
	height: 60px;
	font-weight: 900;
	color: black;
	background-color: darkorange;
	border-style: none;
	border-radius: 10px;
	width: 300px;
	display: block;
	
	
}

button:hover{
	height: 60px;
	font-weight: 900;
    background-color: blue;
	
	color: white;
	border-style: none;
	border-radius: 10px;
	width: 300px;
	display: block;
	
	
	
}
a{
	color: black;
	text-decoration: none;
}

body{
	background: url("one.jpg");
	margin-left: 0;
	margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;

    
	
}

@media(min-width: 600px) {
	p{
		font-size: 50px;
	}
	h1{
		font-size: 70px;
	}
	
	button{
		font-size: 60px;
		height: 200px;
		width: 500px;
	}
	button:hover{
		font-size: 60px;
		height: 200px;
		width: 500px;
	}

}