.container {
	width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  }
.designation
{
  font-family: "Arial", sans-serif;
  font-size: 28px;
  font-weight: normal;
}
.card
{
  
  width: 700px;
  height: 400px;
	max-width:100%;
	max-height:100%;
}
.wrap
{
  background-color:#FFF;
  border: solid 1px #DADBDF;
  width: 640px;
  height: 340px;
	position:absolute;
  left:0; right:0;
  top:0; bottom:0;
	margin:auto;
	overflow:auto;
  padding:30px;
}
.cardtop
{
  height: 60%;
}
.cardbottom
{
  height: 40%;
  color: #383A3F;
}
.name
{
  font-family: "Arial Black", "Arial", sans-serif;
  font-size: 30px;
  font-weight: bold;
  float:left;
  height: 70px;
  width: 100%;
  
}

.location
{
  font-family: "Arial", sans-serif;
  font-size: 22px;
  font-weight: normal;
  float: left;
  height: 30px;
  width: 100%;
}
body
{
  background-color:#F7F9FF;
  margin: 0px; 
}

a:link {
  text-decoration: none;
  color: #383A3F;
}

a:visited {
  text-decoration: none;
  color: #383A3F;
}

a:hover {
  text-decoration: underline;
  color: #383A3F;
}

a:active {
  text-decoration: underline;
  color: #383A3F;
}