body{
    background-color: #EEEEEE;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Poppins', sans-seri
}
#main-contain{
   display: flex;
   flex-direction: column;
   text-align: center;
   align-items: center;
   justify-content: center;
   
}
#contain{
    width: 70%;
    height: 600vh;
    box-shadow: 0 15px 50px rgb(134, 133, 133);
}
#content1{
    height: 100vh;
    display: flex;
    flex-wrap: nowrap;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Poppins', sans-serif;
}
#sub-contain1{

   width: 40%;
}
#sub-contain2{
    
    width: 60%;

    
}
#head1{
    margin: 0px;
    font-size: 38px;
}

#para1{
    margin: 0px;
    color: #888888;
    font-size: 17px;
    margin-bottom: 30px;

}
#link1{
  text-decoration: none;
  border: 1px solid rgb(170, 167, 167);
  color: black;
  padding: 17px 45px;
  border-radius: 40px;


}
#img-content1{
    background-color:  #333333; 
    color: white; 
    height: 15vh; 
    line-height: 90px;
    
}

.photo-content{
    height: 20vh;
}
#last-content{
    margin-top: 100px;
    height: 40vh;
    text-align: center;

}
#lasthead{
    font-family: sans-serif;
    font-size: 48px;
     color: rgb(56, 55, 55); 
     margin-bottom:0 ;
}