

@font-face {
    font-family: bebasNeue;
    src: url("BebasNeue-Regular.ttf");
}

@font-face{
  font-family: monteserrat;
  src: url("Montserrat-VariableFont_wght");
}

body{
  font-family: bebasNeue;
  background-image: url("neighborhoodOne.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#widget-box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blueBar{
  width: 30%;
  height: 10px;
  background-color: blue;
  position: absolute;
  top: 94%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1000px) {
  body{
    background-position: top;
  }
}
