.center {
  text-align: center;
 }
 .center-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
table {
  font-family: arial, sans-serif;
  width: 50%;
}

td, th {
  border: 1px solid #0b0a0a;
  text-align: left;
  padding: 8px;
}


}
.header-styling{
    font-family: Lucida Handwriting;
    font-size: 50px;
    text-align: center;

}

body  
}.center {
  text-align: center;
 }
 .center-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
table {
  font-family: arial, sans-serif;
  width: 50%;
}

td, th {
  border: 1px solid #0b0a0a;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #bfc0b4;
}
.header-styling{
    font-family: Lucida Handwriting;
    font-size: 50px;
    text-align: center;

}



input[type=text], select, textarea {
  /*width: 100%; *//* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 40px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #bfc0b4;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #bfc0b4;
}

/* Add a background color and some padding around the form */
.container {
  border-radius: 5px;
  background-color: green;
  padding: 20px;
  width:50%;
  margin-left:40%;
  margin-top:-22%;
}
.phone-styling{
display:flex;
margin-left:15%;
flex-direction:column;
}

.header-styling{
    font-family: Lucida Handwriting;
    font-size: 50px;
    text-align: center;
}



ul {
  overflow: hidden;
}

ul li {
  float: left;
}

     h1   {color: brown;}

	  h2   {color: brown;}

	  h3   {color: brown;}

      p    {color: black;}

	  p {font-family: "Times New Roman", Times, serif;}

	  p {font-size: 18px;}



.navigation{

overflow: hidden;

background-color: white;

}





.navigation-right {

  float: right;

}



body{

font-family: Times New Roman;

background-color: #E6E6FA;

}





h2{



text-align: center;

color: Black;

}



p{

font-size: 17px;

text-align: Left;

color: #000000;

}





img {

display: block;

margin-left: auto;

margin-right: auto;

}

input[type=text], select, textarea {

  width: 50%;

  padding: 12px;

  border: 1px solid #ccc;

  border-radius: 4px;

  box-sizing: border-box;

  margin-top: 5px;

  margin-bottom: 15px;

  resize: vertical;

}



* {

box-sizing: border-box;

}



.containerForm {

  padding: 9px;

  background-color: white;

}



.center {

  display: block;

  margin-left: auto;

  margin-right:auto;

}



input[type=text], input[type=password] {

  width: 100%;

  padding: 12px;

  margin: 5px 0 22px 0;

  display: inline-block;

  border: none;

  background: white;

}



input[type=text]:focus, input[type=password]:focus {

  background-color: #ddd;

  outline: none;

}



.registerbtn {

  background-color: #008080;

  color: black;

  padding: 16px 20px;

  margin: 8px 0;

  border: none;

  cursor: pointer;

  width: 30%;

  opacity: 0.9;

}



.resetbtn {

  background-color: #F08080;

  color: black;

  padding: 16px 20px;

  margin: 8px 0;

  border: none;

  cursor: pointer;

  width: 30%;

  opacity: 0.9;

}



.registerbtn:hover {

  opacity: 1;

}





table {

  font-family: Times New Roman;

  border-collapse: collapse;

  width: 70%;

}







td, th {

  border: 2px solid #000000;

  text-align: left;

  padding: 8px;

}





 a{

	color:violet;

 }