* {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
h1 {
  display: flex;
  align-items: center;
  background-color: black;
  color: whitesmoke;
  justify-content: center;
  width: 130px;
  font-family: 'Dancing Script', cursive;
}

.background {
  display: flex;
  align-items: center;
  height: 160px;
  width: 100%;
  background-image: url("https://rodeorealty.blog/wp-content/uploads/2020/07/dama.jpg");
  background-size: contain;
  background-position: center;
 
}


.is-narrow {
  display: block;
  margin-top: 14%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 2px;
}


.first {
  flex: 25%;
  max-width: 25%;
  padding: 0 1px;
}

.first img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
} 

.is-secondary:hover{

  background-color: whitesmoke;
  font-size: large;
  font-weight: bolder;
  transform: scale(.9);
  cursor: pointer;
}
