html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  font-family: 'dyl';
}

.wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

  background-color: #111;
  background-image: url('/brands/pra-background.png');
  background-position: 50%;
  background-size: cover;
}

.logo {
  height: 40px;
}
