body{
margin: 0;
}
h1{
    font-size: 40px;
    
    font-family: 'Pridi', serif;
    color: plum;
}
.half-width{
    width: 40%;
    float: left;
    margin-left: 10%;
    margin-top: 4%;

    
}
.half-width img{
    width: 100%;
    margin-bottom: 10%;
    
    
}
.link-button{
    text-decoration: none;
    
    background-color: hotpink;
   padding: 10px 20px;
   border-radius: 10px;
   color: white;
   font: 700;
    margin-top: 50px;
    display: inline-block;
}
.top-banner{
    background-image: url("images/header-bg.png");
     
     background-repeat: no-repeat;
     background-size: contain;
     height: 500px;
    
}
 section{
    padding-bottom: 150px;
 }
 
                                                    /* 2nd part */
 .middle-banner{
        background-image: url("images/biography-bg.png");
        background-repeat: no-repeat;
     background-size: contain;
     height: 600px;
 }
 .middle-banner img{
     width: 90%;
 }
 /* 3rd part */
 .align{
     text-align: center;
 }
 
    
 
 .one-third img{
     width: 30%;
    float: left;
    padding-left: 15px;
    
    
 }
 .latest-work{
     background-image: url("images/latest-work-bg.png");
     background-repeat: no-repeat;
     background-size: auto;
     height:300px;
     padding-left: 5%;
 }
 .font{
     font-size:x-small;
 }
 .button{

    
    text-decoration: none;
    background-color: hotpink;
   padding: 30px 100px;
   border-radius: 10px;
   color: white;
   font: 700;
    margin-top: 50px;
    display: inline-block;

 }


 .footer{
     background-image: url("images/footer-bg.png");
     
     background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    position-botton:20px
    
 }
 footer p{
     text-align: center;
     color: gray;
 }



 
