body{
    margin-left: 15%;
    margin-right: 15%;
}

.container{
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
}

#header{
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 42px;
    text-decoration-line: underline;
    color: #070F18;
    margin-top: 40px;
    margin-bottom: 40px;
}

#menu{
    text-align: right;
    margin-top: 70px;
}

#menu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#menu li{
    display: inline-block;
    margin-left: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    text-align: center;
    color: #070F18;

}

a{
    color: black;
    text-decoration: none;
}

#buttonCta{
    background: #1f7cff;
    border-radius: 50px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    padding: 8px 18px 8px 18px;
}

p.gray{
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    color: #575455;
}

#headerCta h1{
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
}

#headerImg{
    margin-left: 42px;
    text-align: center;

}

#headerImg img{
    width: 100%;
}

.headerLogo{
    text-align: center;
}

.headerClientText{
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 16px;
}

.headerLogo img{
    width: 40%;
}

#clients{
    margin-top: 50px;
    margin-bottom: 50px;

}

h2.red{
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #f75c4e;
}

h1.black{
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 54px;
    color: #000000;
    margin-top: 0px;
}

.textCenter{
    text-align: center;
}

#services .textCenter h3{
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}

#services .textCenter p{
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #575455;
}

#services{
    margin-top: 90px;
}

#contactImg img{
    width: 100%;
}

#contactForm{
    margin-left: 75px;
}

#contact{
    margin: 100px;
}

#contactForm input{
    background: #f5f6fb;
    border-radius: 50px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 34px;
    color: #575455;
    border: 0;
    width: 70%;
    padding: 15px 25px 15px 25px;
}

#contactForm button{
    background: #1f7cff;
    border: 0;
    border-radius: 50px;
    padding: 15px 25px 15px 25px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin-top: 20px;
}

#portfolioTitle{
    margin-top: 150px;
}

.portfolioImg img{
    width: 100%;
}

.portfolioImg{
    padding: 20px;
}