


   body {
         background-image: url('/images/jonny-gios-lakedistrictSM.jpg');
         background-repeat: no-repeat;
         background-size: cover;
         background-position: top;
         background-attachment: fixed;
     }

     table {
         margin-left: auto;
         margin-right: auto;
         width: 30%;
         padding-left: 10px;
         padding-right: 10px;
         padding-bottom:30%;
         background-color: rgba(0, 0,0,0.2);
         border-radius: 10px;
     }




     h1 {
         color: lightblue;
           font-size: 70px;
           line-height:30px;

     }
      p {
          color: lightskyblue;
          font-family: "Aral", sanserif;
      }

      label {
          color: lightskyblue;
    }

       column {

           border color black;
    }
