 
body{background: url(72.jpg)no-repeat 0 0 ;
background-attachment: fixed;
background-size: 20000%;
padding:  0}

header .user { 
    right: 0;
    top: 20px; 
}

header{background: url(72.jpg)no-repeat 50% 0 ;background-size: 940px auto;
    -webkit-mask: linear-gradient(180deg, #000 70%, transparent);
    mask: linear-gradient(180deg, #000 90%, transparent);
height: 300px}
body:before{
background: #ffffff78;
    content: "";
    position: fixed;
    left: 50%; 
    width: 940px;
    top: 0;
    bottom: 0;
    margin-left: -470px;
    z-index: -2
}

.tablein tr th{    background: #e0153e;
    color: #ffe7a7;}

.tablein tr td {    background: #ffedb9;
    color: #9b0021;
}
section h3{    color: #e94f61;
    text-shadow: 3px 2px #feb9d7;}

section h3:before{    background: #e0153e; 
    box-shadow: 0 3px 5px #ff9fb3;}

 @media (max-width:750px) {  
     header { 
    background-size: cover;
  
    height: 170px;
}
     section h3{line-height: 45px}
     header .user{    border-radius: 0;
     margin: 0;
        background: #9b0121;}

}
