body{
    background: url("../images/background1.jpg");
    background-repeat: repeat;
    background-size: 100rem 100rem;
    background-attachment: fixed;
    background-position: center;
    
}
