body {
  background-color: white;

  background-image: url('cotxe4.png');
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-y: hidden;

  font-family: "Helvetica Neue", Helvetica, arial;
  font-size: 20pt;
  line-height: 0.9;
  letter-spacing: -1pt;
  font-weight: bold;
  /*text-align: center;*/
  color: blue;

  margin: 0;
}

a {
  text-decoration-line: none;
  color: white;
}


#inner-scrollable {
  height: 100vh;
  overflow-y: scroll;
}

#inner-padding {
  /* height: 100%; */
  padding: 40px;
}


#pagines {

  display: flex;

  margin-top: 10px;
  margin-bottom: 10px;

  div {
    padding: 4px;
    margin-right: 10px;
    text-align: center;
  }
}


.card {
  cursor: pointer;
}

.card:hover img:first-child {
  display: none;
}

.card img:nth-child(2) {
  display: none;
}

.card:hover img:nth-child(2) {
  display: inline-block;
}