body {
  margin: 0px;
  font-family: 'OpenSans-Light', sans-serif;
}

.img-background {
  height: 100vh;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  filter: brightness(85%);
}

.big-logo {
  width: 300px;
  position: absolute;
  top: 130px;
  left: 50%;
  margin-left: -130px;
}

.info {
  position: absolute;
  top: 350px;
  left: 50%;
  margin-left: -115px;
  color: #fff;
  font-size: 45px;
  color: rgb(230, 0, 137);
}
