@require '../pages_old/Layout.styl';

.Vacancy {
  position: relative;
  height: 80vh;
  background: #fff;
  color: #50beff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-family: "Proxima Nova";

  &Bg {
    position: absolute;
    right: 10%;
    bottom: 5%;
    background: url('/public/img/vacancyBg.png')
    width: 30vw;
    height: 70vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;

  }
}
