body
{
    display: block;
    background-color: black;
    background-image:#0A9FA6;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    font-family: "Lexend";
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin:auto;
    -ms-overflow-style: none; 
    width: 100%;
    height: 100%;
}
body::-webkit-scrollbar{
  display: none;
}
.central
  {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-content: center;
    color:white;
    margin-top: 20px;
  }
.articolosec
  {
    margin:15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: solid #EEAD00 10px;
    border-radius: 20px;
    background-color: #0A9FA6;
  }
  .articolo
  {
    margin:15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: solid #0A9FA6 10px;
    border-radius: 20px;
    background-color: #EEAD00;
  }
  .immagine
  {
    justify-content: center;
    align-items: center;
    text-align: center;
    border: solid white 6px;
    border-radius: 20px;
    margin: 15px;
    background-color: black;
  }
  #linkartsec
  {
    text-decoration: none;
    color: #EEAD00;
    font-size: 30px;
    font-family: "Lexend";
  }
  #linkart
  {
    text-decoration: none;
    color: #0A9FA6;
    font-size: 30px;
    font-family: "Lexend";
  }
  @media(orientation:portrait)
  {
    #arti
    {
      width: 95%;
      height: 95%;
    }
  }
  .testo
  {
    color: white;
    font-size: 27px;
    font-family: "Lexend";
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .back
  {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  #link
  {
    color: white;
    width: 100px;
    font-size: 25px;
    background: linear-gradient(to right, #0A9FA6,#EEAD00);;
    border: solid white 6px;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
  }
#na
{
  border: solid white 10px;
  border-radius: 30px;
  margin: 20px;
}
#due
{
  margin: 30px;
}