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-weight: 600;
    font-style: normal;
    font-size: 28px;
    line-height: 42px;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #070F18;
}
#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: right;
    margin-top: 49px;
}
#menu li {
    display: inline-block;
    margin-left: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #070F18;
}
a{
    color: black;
    text-decoration: none;
}
#headerCta h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 45px;
    color: #000000;
}
#headerCta p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #575455;
}
#buttonCta {
    background-color: #1F7CFF;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: white;
    border-radius: 50px;
    padding: 10px 25px 10px 25px;
}
#headerImg {
    margin-left: 45px;
}
#headerImg img {
    width: 100%;
}
.headerLogo {
    text-align: center;
}
#clients {
    margin-top: 45px;
    margin-bottom: 45px;
}
#headerClientText {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #070F18;
}
#services {
    text-align: center;
}
h1.black {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    margin: 0;
}
h2.red {
    color: #F75C4E;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}
#help {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
}
.servicesTwo {
    text-align: center;
    margin-top: 50px;
}
.servicesTwo h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #070F18;
}
.servicesTwo p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #575455;
}
#formsIMG {
    width: 100%;
    margin-top: 100px;
}
#forms {
    margin-left: 75px;
    margin-top: 100px;
}

#forms p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #575455;
}
#forms button {
    background-color: #1F7CFF;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: white;
    border-radius: 50px;
    padding: 10px 25px 10px 25px;
    width: 180px;
    border: none;
    margin-top: 25px;
}
#forms input {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 10px;
    border-radius: 30px;
    padding: 10px 25px 10px 25px;
    width: 300px;
    margin-top: 25px;
    font-size: 16px;
    color: #575455;
    background-color: #F5F6FB;
    border: 0;
}
#portfolio {
    margin-top: 150px;
    margin-bottom: 80px;
}
.portfolioImg img {
    margin-bottom: 80px;
    width: 100%;
}