body{
  display: flex;
  align-items:center;
  text-align: center;
  justify-content: center;
  font-size: 25px;
  margin: 0;
  height: 100vhh;
}

.credencial{
  width: 500px;
  height: 700px;
  border: 6px solid rgb(92, 71, 71),;
  border-radius: 12px;
  background-color: rgb(73, 110, 110);
  padding: 25px;
  text-align: center;
} 

.credencial h1{
  text-align: center;
  font-size: 40px;
}

.credencial img{
  width: 250px;
  height: 300px;
}