body {
  background: url(/images/home1.jpg);
  background-size: cover;
  background-position: center; }

#logo-holder {
  position: absolute;
  top: 100px;
  left: 100px;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white; }
  #logo-holder #logo-img {
    display: block;
    width: 90%; }

/*# sourceMappingURL=styles.css.map */
