 
body{ background: #7fddfe;
 
padding: 300px 0 0}




body:before{background: url(61.png)no-repeat 50% 0 ;
background-size: auto 300px;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    min-height: 300px;
    z-index: -2
}

/*
.tablein tr th{    background: #e0153e;
    color: #ffe7a7;}

.tablein tr td {    background: #ffedb9;
    color: #9b0021;
}
section h3{    color: #ff0032;
    text-shadow: 3px 2px #fedb7f;}

section h3:before{    background: #e0153e; 
    box-shadow: 0 3px 5px #ff9fb3;}
*/

 @media (max-width:750px) {
    body{    padding: 170px 0 0;}
    body:before{background-size:auto 170px;}
     header .user{    border-radius: 0;
     margin: 0;
         }

}