.bg-body {
    background-image: url('../img/bg.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.bg-body::before{
  opacity: 0.2;
}