body {
  background-image: url(images/copina.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color:#464646;

}

h1{
    color: #272727;/**/
    /*color: #fe0229;/**/
    font-size: 4rem;
    margin: auto;
}

@media only screen and (max-width: 767px) {
  body {
    background-image: url(images/copina.jpg);
  }
}
