.header {
    padding: 60px;
    text-align: center;
    background : rgba(128, 128, 128,1);
    color: white;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    
  }

p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
   margin: 0; 
}


  body {
    background-image:  url(1000_F_458882611_eQ2FMVDdhXHZjauRB6IAQyNK1hboV6ay.jpg);
  }


  .box {
    width: 1200px;             /* Larger width */
    height: 700px;            /* Larger height */
    border: 2px solid #D9D9D9;
    padding: 20px;            /* Reduced padding */
    margin: 100px auto;       /* Center the box horizontally, with vertical margin */
    background-color: #D9D9D9;  /* Optional background color */
    box-sizing: border-box;   /* Include padding in the width/height */
    position: relative;      
    
  }

.box h1  {
  font-size: 30px;
  color: black;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

hr {
  border: none;
  height: 1px;
  background-color: #333
}

li {
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

footer {
  padding: 60px;
  text-align: center;
  background : rgba(128, 128, 128,1);
  color: white;
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;

}

.footerbox {
  width: 150px;
  height: 100px;
  background-color: lightgray;
  border: 1px solid black;
  margin: 20px left; 

}

.footertext {


color: black;
height: 100px;
text-align: center;
vertical-align: middle;
display: table-cell;
}