
body, html {
  height: 90%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand-background {
  width: 350px;
  height: 377px;
  background-image: url("./pwu_logo_fade.c79131b8794d.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
}