body, html {
  height: 100%;
  padding: 0px;
  margin: 0px;
}

#bg {
  background-image: url("/images/background-r3.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#logo {
  width: 120px;
}
