body {
    font-family: poppins;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}


.header {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.979);
    padding-left: 5%;
    padding-right: 5%;
    padding-top:1%;
    padding-bottom:1%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    min-width:280px;
    margin-top: 0;
    width: 100%;
    margin: 0;
    overflow: hidden;
    top:0;
    box-sizing: inherit;
    
    
    
    
}

.logo a {
    font-size: 20px;
    font-weight: 700;
    color:rgb(116, 191, 204);
    text-decoration: none;
    
}


.left-part a {
    font-size: 17px;
    text-decoration: none;
    color:rgb(114, 114, 114);
    font-weight: 200;
    
}
.content-container {
    margin:auto;
    margin-top: 10%;
    width: 70%;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
}

.Title {
    font-size:45px;
    font-weight: 800;
    color: rgb(116, 191, 204);
}

.text-about p {
margin-bottom: 2%;
color:rgb(56, 56, 56);
}

.footer {
    color:rgb(56, 56, 56);
    
    text-align: left;
    padding:1%;
    margin-top: 3%;
    bottom: 0;
    width:70%;
    max-width: 900px ;
    display: flex;
    flex-direction: column;
    margin:auto;
    
}

.contact {
    margin-top: 8%;
}

.contact p {
    line-height: 2px;
}

.Lets-work {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 2px;
    
}

.contact {
    font-size: 30px;
    background-color: black;
    color: white;
    text-align: center;
    height: auto;
    padding: 2%;
    
    background-color: rgb(116, 191, 204);
    
    
}

@media  (max-width:450px)
{
    .header {
        width: 100%;
        box-sizing: inherit;
        position: fixed;
        height: 5.5%;
        align-items: center;
    }
    .logo a{
        font-size:16px;
    }

    .left-part a{
        font-size: 16px ;
    }

    .content-container {
        width: 90%;
    }

    .Title {
        font-size: 40px;
        line-height: 39px;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .text-about p{
        font-size: 18px;
        margin-bottom: 30px;
    }

    .contact {
        height: 100%;
    }

    .contact p {
font-size: 15px;
    }

    .Lets-work {
        font-size: 20px;
    }


}

