

body {
    margin: 0;
    padding: 0;
//  background-color: #151010; 
//  background: url("../pic/guitar.png");
//  background-repeat: no-repeat;
//  background-size: 100% 100%;
   
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 1.2em;
	color: #2B1A1A;
	
}


h1 {
    border: 0px #eee solid;
    color: brown;
    text-align: center;
    padding: 10px;
}
h5 {
    border: 0px #eee solid;
    color: #EEEEEE;
    text-align: center;
    padding: 10px;
}

.zzz { color: grey; }

.fr {
  border: 10px #eee solid;
  width: 80%;
  min-width: 500px;

// height: 80%;
  margin:auto;
}
.tabl {
  border: 0px #fff solid;
  width: 80%;
  height: 180px;;
//	padding: 20px;
  margin:auto;

}
.pica{
  width: 150px;	
  height: 50px;
}

.boxx {
	float: left;
//	margin: 3;
	padding: 3px;
}
.bot {
	position: fixed; /* Абсолютное позиционирование */
    bottom: 20px; /* Положение от нижнего края */
    left: 20px; /* Положение от правого края */
	width: 95%;
	height: 40px;
	color: grey;
    text-align: center;
	background-color: #1F1E1E; 
}


.bg-animation {
    animation: bg-animation 50s ease-in-out infinite;
    padding: 160px 20px;
    padding: 100px 20px;
    text-align: center;
    background: url("../pic/guitar.png"); /* Фоновая картинка */
//    background-repeat: no-repeat;
//    border: 8px solid #BFE2FF;
//    margin: 20px 0;
//    color: #337AB7;
//    font-size: 34px;
//    font-family: 'Roboto', sans-serif;
}

//--------------------------------------------
 
@media (max-width: 620px) {
    .bg-animation {
        padding: 100px 20px;
//        font-size: 26px;
    }
}
@keyframes bg-animation {
    0% {
        background-size: 120%;
        background-position: 50% 50%
    }
    20% {
        background-size: 150%;
        background-position: 0 50%;
    }    
    40% {
        background-size: 110%;
        background-position: 20% 80%;
    }
    60% {
        background-size: 160%;
        background-position: 60% 10%;
    }
    80% {
        background-size: 120%;
        background-position: 40% 70%;
    }    
    100% {
        background-size: 120%;
        background-position: 50% 50%
    }
}
