
/* 
    Created on : 3 lug 2025, 20:25:38
    Author     : davide
*/
body,html
{
    font-family: "Figtree", monospace;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 100dvh;
}
img
{
    display: block;
    width: 260px;
    margin: 0 auto 40px auto;
}
h1
{
    text-align: center;
    font-size: 28px;
    color: #444;
}
p
{
    text-align: center;
  max-width: 500px;
  font-size: 18px;
  line-height: 26px;
  color: #444;
}

