.background {
    width: 100%;
    height: 100%;
    background-image: url("../../images/background.jpg");
    background-size: cover ;
    background-position: center;
    background-repeat: no-repeat;
}