/* Your app custom styles here */
body {
  font-family: 'Roboto';font-size: 22px;
}
.bottoniFabiani{
    background-color: #b9afa4 !important;
        border-color: grey;
        color: black;
}

.ImmagineCentrata {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
  }
  .popSplash{
    background-image: url(../img/splash.jpg);
    background-repeat: no-repeat;

    background-attachment: fixed;
    background-position: center;
  }

  .iconaAlert {
    background: url(../img/spunta.jpg);
    height: 20px;
    width: 20px;
    display: block;
    /* Other styles here */
}