@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrQ.ttf) format('truetype');
}

.contenitore {
  position: relative;
  text-align: center;
  color: white;
}

 .centrato {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
}
