p, h1, h2, .aside{
	text-align: center;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #efefef;
  text-align: center;
}

.projecte {
	color: #0066ff;
}
