@charset "UTF-8";
html {
  overflow-y: scroll;
}
body {
  background-color: blank;
  background-image: url("../images/fondo2.jpg");
  background-repeat: no-repeat-;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
@media only screen and (max-width: 480px) {
  img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: bottom;
  }
}
h1 {
  margin: 0;
  padding-bottom: 8px;
  color: black;
  font-size: 3em;
}
