label {

display: block;

margin: 5px 0;

}

table {

border-collapse: collapse;

border-spacing: 0;

}

td, th {

padding: 5px;

border-bottom: 1px solid #aaa;

}
h1 {color: blue;
	text-align: center;

}

body{background-image: url("nice1.jpg");
object-fit: contain;
}
	
background-color: white; }
 h3 {text-align: left;}
 
 
 p {font-style: bold;
color: black;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color:white;
}

li {text-align: left;}
table {text-align: center;}
td {text-align: center;}



li a, .dropbtn {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: blue;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: grey;
  min-width: 160px;
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1;}

.dropdown:hover .dropdown-content {
  display: block;
}


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}