.header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    
  }
  .header-title {
    font-size: 50px;
    font-weight: bold;
    color: white;
    margin-right: 100px;

    
  }
  #header-img {
    height: 150px;
    margin-right: 30px;
  }

      .container {
    background-color: #ffffff;
    padding: 40px;
    margin-top: 10px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
    justify-content: center;
    align-items: center;
       
  }

   body {
    background-color: #000000;
    margin-top: 0px;
   /* height: 100vh;
    display:flex;
    justify-content: center;
    align-items: center; */ 
  
  } 

  label {
    font-weight: bold;
    color: #7b0de1;
    font-size: 18px;
  }
  
  img {
   
    
   
  }
  img:first-child {
    max-width: 100%;
    height: 50px;
    width:60px;
    display: block;
    margin: auto;

}



img:last-child {


max-width: 100%;
width: 140px;
height: 120px;
align-items: center;
display: flex;
margin-left: 0in;
/* border: 2px solid rgb(252, 252, 252); */
}

  footer {
background-color: #ffffff;
padding: 30px 0;
margin-top: 70px;
}

.container1 {
max-width: 1200px;
margin: 0 auto;
}

.social-media {
  background-color: #ffffff;
list-style: none;
display: flex;
justify-content: flex-end;
margin: 0;
padding: 0;
}

.social-media li {
  background-color: #ffffff;
margin-left: 20px;
}

.social-media li:first-child {
margin-left: 0;
}

.social-media a {
display: block;
color: #000000;
font-size: 20px;
text-decoration: none;
}

.social-media a:hover {
color: #7d0ce8;
}