html,body {
  margin: 0; padding: 0;
  background-color: rgb(200,90,93);
  font-family: sans-serif;
}

.container {
  display: flex;
  height:  100vh;


  align-items:     center;
  justify-content: center;
  flex-direction:  column;
}

.footer { margin: 0 auto; }


h3 {
  font-size: 50pt;
}

#islacchi { max-width: 720px; height: auto; }

.sauce {
  color: #ffffff;
  font-size: 10px;
  text-decoration: none;
  text-shadow: 1px 1px #2a2a2a;
}

.sauce:hover {
  text-shadow: -1px -1px #2a2a2a;
}
