body {
    font-family: 'poppins', sans-serif;
    margin: 0;
}
h1{
    font-size: 50px;}
    
.fast-saite {
    width: 40%;
    float: left;
    margin-left: 5%;
    padding-left: 2%;
    margin-top:15px;

    }

   .text-site{
    margin-top: 200px;
   }

.fast-saite img {
    width: 90%;
}

.fast-step {
    background-image: url("images/header-bg.png");
    background-repeat: no-repeat;
    background-size: cover; 
    
}
.link{
    text-decoration: none;
    font-weight: 700;
    color: white;
    background-color: rgb(243, 33, 96);
    padding: 13px;
    font-size: 12px;
    border-radius: 10px;
}


section {
    height: 500px;
    padding-bottom: 150px;
}
.secend-step{
     background-image: url("images/biography-bg.png");
     background-repeat: no-repeat;
     background-size: cover;
}
#center{
    text-align: center;
    margin-top: 50px;
}
.images{
    display: flex;
    gap: 2px;
    


}
.images img{
    display: flex;
    width: 350px;
    height: 250px;
    object-fit: cover;
    margin-top: 200px;
    margin-left: 5%;
    border-radius: 8px;
}
.cover{
    background-image: url("images/latest-work-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.text{
    text-align: center;
}
#colors{
    color: gray;
    
}
.covers{
    background-image: url(images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.pinkbox{
    color: white;
    background-color: #d4546a; 
    padding: 40px 20px;
    display: flex;
    width: 600px;
    height: 100px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 350px;
    border-radius: 8px;
}
.gmail{
    color: white;
    text-decoration: none;

}
footer{
    text-align: center;
}