*{
    font-family: Arial, Helvetica, sans-serif;
}
body{
    background-color: black;
    padding-bottom: 90px;
}
P.blocktext, H2.blocktext, H1.blocktext{
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}
.titolo{
    color: white;
}
.descrizione{
    color: white;
}
a{
    text-decoration: none;
}
hr:not([size]) {
    width: 70%;
}
img {
    position: relative;
    height: 100px;
}
ul.breadcrumb {
    /*padding: 10px 16px;
    list-style: none;
    background-color: #eee; */
    margin-left: auto;
    margin-right: auto;
    width: 67%;
  }
  ul.breadcrumb li {
    display: inline;
    font-size: 18px;
  }
  ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    /* content: "/\00a0"; */
  }
  ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
  }
  ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
  }
  .paragrafo{
    color:white;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    font-size: x-large;

  }
  .linkTop{
      text-align: center;
  }  
  .linkTop a{
    color: white;
    font-size: large;
    background-color: red;
    padding: 8px 14px;
    text-align: center;

  }
  .text-white{
    color:white;
  }
  .text-red{
    color:red;
  }

  .blocktext2{
    margin-left: auto;
    margin-right: auto;
    width: 70%;
  }