* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body
{
	background: url('w23.jpg');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	filter: brightness(2);

}
#main
{
	
	width: 100%;
	height: 100%;
	position: fixed;


}

#div-center
{
	height: 40%;
	width: 40%;
	background-color: #ffffff;
	margin-top: 26%;
	margin-left: 28%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-direction: column;
	background-color: black;

	border:2px groove black;
	opacity: 0.9;
	box-shadow: 5px 10px 18px #50f4fa;



}
#resume-btn
{
	background-color: grey;
	color: white;

background: none;
margin:20px auto;
text-align: center;
border: 2px solid #50f4fa;
padding: 14px 40px;

color: white;
border-radius:24px;
box-shadow: 5px 10px 18px #50f4fa;



	

}

