body {
    margin: 0;
    background-color: rgba(214, 211, 221, 0.1);
}




.wrapper{
    width: 100%;
    height: 100%;
    background-image: url('../img/background.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    background-position:center; 
    margin-left: auto;      
    margin-right: auto;  
}



