body:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background: url("../assets/img/header_bg.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

.numberCircle {
    border-radius: 15%;
    width: 33px;
    height: 30px;
    padding: 2px;
    background: #fff;
    border: 3px solid;
    text-align: center;
    font-weight: 400;
}

label {
    color: white;
}

h1 {
    font-weight: 700;
}