    body {
      padding-top: 80px;
      font-family:Verdana;
      text-align: center;
      color:#fff;
      margin-top: 100px;
      background-size: cover;
      background-image:url(https://bulad.neocities.org/nero.jpg) ;
      background-attachment: fixed;
    }


    h1 {
      color: #fff;
    }


    footer {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color:black;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-top: 1px solid black;
      padding: 10px 30px;
      box-sizing: border-box;
      border-radius: 10px;
      border-color: black;

    }


    header {
      align-items: center;
      position: fixed;
      top: 0;
      width: 100%;
      height: 150px;
      background-color:rgb(0, 0, 0);
      display: flex;
      align-items: center;
      border-top: 1px solid black;
      padding: 10px 30px;
      box-sizing: border-box;
      border-radius: 10px;

    }
    

    header h1 {
      margin: 0;
      font-size: 1.8rem;
    }


    p {
      margin: 0.3rem 0 0;
      font-size: 1rem;
      color: white;
    }
    


    .box{
        width: 300px;
        height: 500px;
        background-color:white;
        border-radius: 10px;
        box-sizing:border-box;
        
    }



    .img_spaziatura {
      border-spacing: 50px 200px; 
    }




    .img_box{
      width: 300px;
      height: 300px;
      margin-top: 0;
      padding-bottom:40px;
      border-radius: 10px;
    }