html{
background-color: rgb(0, 0, 0);
}
h1{
    color:rgb(255, 255, 255);
    font-size: 30px;
    margin-left: 20px;
}
.h2{
    color:  rgba(226, 29, 137, 0.845);
    margin-left: 60px;
    font-size: 40px;
}
img{
    height: 650px;
    width: 550px;
    float: right;

}
button{
    color: rgb(255, 255, 255);
    background-color: rgb(185, 14, 223);
    font-size: 25px;
    margin-left: 60px;
    border-radius: 30px;
    font-family:'Times New Roman', Times, serif;
}
button:hover{
    transition: 0.4s;
    font-size: 175%;
}
hr{
    margin-top: 400px;
}
.h1{
    color: rgb(229, 25, 151);
    font-size: 60px;
}
.h22{
    color: aliceblue;
    font-size: 35px;
}
.img2{
    display: inline;
}
.clients{
    color: rgb(229, 25, 151);
    font-size: 50px;
}
h3{
    color: rgb(255, 255, 255);
    font-size: 30px;
    margin-left: 60px;
}
.worked{
    color: rgb(229, 25, 151);
}
.clients span{
    color: rgb(25, 175, 229);
}
.you{
    color: rgb(113, 116, 120);
    margin-bottom: 100px;
}
.contact img {
    margin-left: 3.5rem;
    width: 90px;
    height: 90px;
    margin-right: 100px;
}
.contact h1{
    color : rgb(229, 25, 151);
    font-size: 60px;
    margin-left: 300px;
}
.contact span{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}