body {
    position: relative;
    overflow-x: hidden;
    /* color: #a0a7ab; */
    /* background-color: #181c23; */
}

.pulse-contacts-top {
    padding: 16px 0;
    font-size: 1rem;
    color: #fff;
}

.pulse-page-background-top,
.pulse-page-background-bottom,
.pulse-page-background-fixed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    z-index: -1;
}

.pulse-page-background-bottom {
    top: auto;
    bottom: 0;
}

.pulse-page-background-fixed {
    position: fixed;
    height: 100%;
    background-position: center center;
    background-size: cover;
}

.pulse-navbar {
  opacity: 0.6;
  background-color: #000000;
  z-index: 1000;
}