body{
    background-image: url("../img/bg.png");
    background-repeat: repeat;
    background-size: cover;
}

.background {
    background-color: #F5F5F5DA;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: -100;
}

.content-wrapper{
    background-color: #F5F5F5DA;
}
