body {
	background-image:url('plage.png');
	background-size:cover;
	color:white;
	text-align:center;
	font-family:comic sans ms;
	font-size:20px;
}
table {
	background:rgba(0,0,0,0.6);
	width:1000%;
}
nav{
	width:80%;
	background:rgba(0,0,0,0.6);
	color:white;

}
av{
	width:80%;
	background:white;
	color:black;
	font-family:cambria;
	font-size:15px;
}
bae{
	width:80%;
	height:30%;
	background:rgba(0,0,0,0.2);
	color:transparent;
}

#Good{
      width: 70%;
      height: 30px;
      margin: 0 auto;
      margin-top:10px;
      border: none;
      border:solid 1px #ccc;
      border-radius: 10px;
    }

#Goo{
      width: 95%;
      height: 30px;
      margin: 0 auto;
      margin-top:10px;
      border: none;
      border:solid 1px #ccc;
      border-radius: 10px;
    }
#tsara{
	  width: 80%;
	  height: 150px;
      margin: 0 auto;
      margin-top:10px;
      border: none;
      border:solid 1px #ccc;
      border-radius: 10px;
    }
#ens{
      width: 90%;
	  border: none;
      border:solid 1px #ccc;
      border-radius: 20px;
    }
#bt{
      width: 40%;
	  height: 30px;
	  border: none;
      border:solid 1px #ccc;
      border-radius: 20px;
	  background:cyan;
    }
#bt:hover {
  background-color: orange;
}
input:valid {
  background-color: palegreen;
}

input:invalid {
  background-color: lightpink;
}