*{
    text-decoration: none;
    max-width: 100%;
}
.navbar {
    background-color: red; font-family: calibri;
    padding-right: 15px; padding-left: 15px; border-radius: 20px;
    max-width: 100%;
}
.navdiv {
    display: flex; align-items: center; justify-content: space-between;
    }
.logo {
    font-size: 50px; font-weight: 600; color: rgb(5, 4, 1);
}
ul {
    list-style: none;
}
#home {
    text-align: center; font-size: 80px;
}
#slogan {
    text-align: center; font-size: 30px;
    height: 60px;
}
.body {
    font-size: 20px;
}
.photo {
  height: 400px; width: 425px;
  padding: 7px;
  align-content: center;
}
#photos {
   display: inline-flex;
  align-content: center;
  max-width: 100%;
}
#form {
  font-family: Arial, sans-serif;
  background: #f4f4f4;
  padding: 20px;
}

.container {
  max-width: 600px;
  margin: auto;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  color: black;
  background: silver;
  
}

.form12 {
  text-align: center;
  color: #333;
}

form {
  display: flex;
  flex-direction: column;
}

label {
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: bold;
}

input, select, textarea {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

button {
  margin-top: 20px;
  padding: 12px;
  background-color: black;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

button:hover {
  background-color: silver;
}
.checkbox-group {
  margin-top: 20px;
}

.checkbox-group input[type="checkbox"] {
  margin-right: 10px;
  transform: scale(1.2);
}
#hlg{
  height: 175px; width: 175px 
}
.state {
  font-size: 20px;
  color: silver;
  text-align: center;
}
.number {
  font-size: 13px;
  color: red;
  text-align: center;
}
#license {
  background-color: black;
  max-width: 1000px;
  justify-content: space-around;
  display: flex;
}
.profpic {
  height: 550px;
  width: 400px; 
  float: right;
  vertical-align: middle;
  border-color: white;
}
.container2 {
  max-width: 80%;
  margin: auto;
  background: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.container3 {
   max-width: 600px;
  margin: auto;
  background: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  text-align: center;
  background-color: silver;
}
.footerpic{
  height:300px;
  width: 350px;
  padding:15px;
}
.footer{
  display:flex;
  align-items: center;
  background-color: red;
  border-radius: 10px;
  padding: 2px;
  max-width: 100%;
}
#form{
  background-color: black;
  color: silver;
}
.npn {
  color: Silver
}
#npn {
  color: red;
  font-size: 20px;
  text-align: center;
}
#npnt {
  color: silver;
  font-size: 45px;
text-align: center;
