body{
    height: 100%;
    margin: 0;
    background-image: url("../../public/images/background/bg.png");
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}