*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}

html,body{
    height: 100%;
    width: 100%;
    background-color: rgb(255, 228, 196);
}

#main{
    height: 100%;
    width: 100%;
  
   

   }
  
   
   #hello{
   
    font-size:70px;
    margin-left: 10%;
    margin-right: 980px;
    
    margin-top: 100px;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif ;
    color:black;background-color:gold;
    border-radius: 20px;
   }
  
#iam{
    font-size:50px;
    margin-left: 10%;
    margin-top: 20px;
    margin-right: 30%;
   
    font-family:Baskerville Old Face;
   
}
#pphoto{
    height:200px;
    width:200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: black solid;
    translate: 500px;
   
}
#intro{
    font-size:40px;
    margin-left: 10%;
    margin-top:70px;
    margin-right: 1000px;
    font-family: Footlight MT Light;
    background-color: rgb(207, 162, 107);
    border-radius: 10px;
    
}
#about{
    font-size:30px;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 20px;
    font-family:Segoe UI Variable Small Semibol ;
   
}
#pphoto img {
    object-fit: cover;
    height:200px;
    width:200px;
    border-style: double;
    border-radius: 10px;
}
   #gallery{
    font-size:30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:  rgb(207, 162, 107);
    margin-left: 500px;
    margin-right: 500px;
    border-radius: 10px;
    font-family:Segoe UI Variable Small Semibol;
   }
   #pics{
    margin-top: 30px;

    display:flex;
    align-items: center;
    justify-content: center;
    
   }
   #cont1
   {
    font-size:40px;
    margin-left: 10%;
    margin-top:70px;
    margin-right: 1000px;
    font-family: Footlight MT Light;
    background-color: rgb(207, 162, 107);
    border-radius: 10px;
   }
   #int{

    font-size:30px;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 20px;
    font-family:Segoe UI Variable Small Semibol ;
   }
  
 #cont2{
    
    font-size:40px;
    margin-left: 10%;
    margin-top:70px;
    margin-right: 900px;
    font-family: Footlight MT Light;
    background-color: rgb(207, 162, 107);
    border-radius: 10px;
 }  
 #qual{
    font-size:30px;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 20px;
 }
 #contact{
    font-size:40px;
    margin-left: 10%;
    margin-top:10px;
    margin-right: 10%;
    translate: 400px;
    font-style: solid;
 }

   
 
