@import url('https://fonts.googleapis.com/css2?family=Basic&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap');
body {
  font-family:Montserrat;
  background-color: color(srgb 0.43 0.78 0.85 / 0.06);
  color: #333333;
  text-align: center;
  padding: 0px;
  font-size: 18px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  margin:0;
}
a, h5, span{
    font-family: "Didact Gothic", sans-serif !important;
}

h1 {
  color: #E13F69;
  font-weight: 800;
  margin-bottom: 20px;
}
a{
text-decoration:none;
color:#E13F69;
}
.button{
  padding: 15px 20px;
  min-width:350px;
  max-width:400px;
  margin:20px;
  background-color: #1E1E1B;
  color:white !important;
  font-size:30px;
  font-weight:300;
  box-shadow:9px 8px #6ec6da, -10px -12px #d94d8b, 6px -9px #dcc844;
}
.pulsanti{
  margin-top:100px;
  overflow:hidden;
  display: flex;
  flex-direction: row;
  align-content: space-around;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  max-width:850px;
  margin:0 auto;
}
span{font-size:18px;font-weight:500;}
img{max-width:600px;margin-bottom:50px;margin-top:50px;}
@media(max-width:990px){
  img{width:100%;margin-bottom:50px;margin-top:0 !important;}
  footer{position:relative !important;padding-bottom:30px !important;}
  footer h5{width:95% !important;}
  body{margin:0;}
  .pulsanti{width:100% !important;}
  .button{width:90%;font-size:26px;padding-left:0 !important;padding-right:0 !important;min-width:auto;}
}
@media(max-width:778px){
    img{width:100% !important;margin-top:0 !important;}
    .pulsanti{width:100% !important;}
    .button{width:90%;24pxfont-size:24px;padding-left:0 !important;padding-right:0 !important;min-width:auto;}
    footer h5{width:95% !important;}
    footer{padding-bottom:30px !important;}
}
footer{
  min-height:180px;background:#1E1E1B;display:flex;justify-content: center;align-items: center;width:100%;
  position:relative;bottom:0;gap: 20px;color:white;flex-direction: column;
}
footer a{
  color:#d94d8b;font-size:16px;
}
  .avviso {
  font-size: 1.3rem;
  color: #D94E8B;
  font-weight:bold;
}
