body {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  background: #EEE;
  line-height: 1.4rem;
  background-color:#f2f2f2;
}
.layout {
  display: flex;
  min-height: 100vh;
  flex-direction: row;
  justify-content: center;
  align-items:center;
}
.placa{
  flex-direction: row;
  text-align: center;
}
.placa img{
  max-width:420px;
  max-height: 278px;
}
.placa p{
  font-size: 14px;
  text-align: center;
  color:rgba(0,0,0,0.5);
}


@media only screen and (max-width: 500px) {
  .placa img{
    max-width:90% !important;
    height:auto  !important;
  }
}