body{

	margin: 0;
	padding: 0;
  background-image: url("img-top.png");
}

.container1{
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.pdf-cv{

	padding-top: 90px;
  display: block;
  text-align: center;
  padding-bottom: 50px;
  background-color: rgb(255,255,255);
}

.pdf-cv img{

    display: block;
	margin-left: auto;
	margin-right: auto;
	width: 643px;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

h2{

	font-size: 30px;
	font-family: serif;
	text-align: center;
	text-decoration: underline;
}

.button{

  background-color: #2F87FF;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  font-family: serif;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  cursor: pointer;
}

.button:hover{

 color: #0060F3

}

@media (max-width: 1518px){

.container1{

  width: 100%;
}

}