body {
  background-color: black;
  color: white;
  margin: 0;
  justify-content: center;
    align-items: center
  /* font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh; */
}

header {
  background-color: rgb(85, 85, 85);
  padding: 5px;
  text-align: center;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: fixed;
}
header img 
{    
  margin-left: 20px;    
}
.homehdr
{
  
  margin-right: 47rem;
  font-size: 1.7rem;
                 
}
nav {
  display: flex;
  justify-content: flex-end;
  padding: 10px;
}

nav a {
  color: white;
  text-decoration: none;
  margin-left: 8px;
}

.navBar a {
  margin: 10px;
  font-size: 13px;
}
.navBar {
  margin-right: 60px;
}

section {
  flex: 1;
  padding: 20px;
  justify-content: center;
    align-items: center;
}


.cont1 h2 {
  font-size: 50px;
  font-family: fahkwang sans-serif;
  margin-top: 8rem;
  margin-left: 21rem;
}
.cont1 p {
  font-family: fahkwang sans-serif;
  margin-left: 31rem;
  margin-bottom: 4rem;
  font-size: 25px;
}

.cont2 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 8rem;
}

.cont3 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 8rem;
}

.cont4 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 8rem;
}

footer {              
  display: flex;
  justify-content: space-between;
  background-color: rgb(85, 85, 85);
  width: 100%;
  /* padding: 5px; */
  /* height: 280px ; */
}

.foterLog  {
  padding:0 4rem;
}

.foterLog p{
  font-size: 26px;
 
}
.address p
{
  font-size: 15px;
}

form {
  /* background-color: #fff; */
  padding: 20px;
  border-radius: 8px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}

input,
textarea {
  width: 100%;
  padding: 8px;
  margin-bottom: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type="submit"] {
  background-color: #4caf50;
  color: #fff;
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: #45a049;
}
