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

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

#header {
    font-family: poppins;
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    text-decoration-line: underline;
    color: #070F18;
    margin-top: 40px;
    margin-bottom: 40px;
}

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

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

#menu li{
    display: inline-block;
    margin-left: 20px;
    font-family: poppins;
    font-style: normal;
    font-weight: normal;
}

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

#buttoncta{
    background-color: #1F7CFF;
    border-radius: 50px;
    font-family: poppins;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    padding: 15px 30px;
    display: inline-block;
    margin: auto auto 20% auto;
}

#Headercta h1{
    font-family: poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    color: #000;
}

#Headercta h2 {
    font-family: poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    color: #575455;
    margin-bottom: 25px;
}

#Headerimg{
    margin-top: 15px;
}

#Headerimg img{
    width: 100%;
    max-width: 500px;
}

.headerlogo{
    text-align: center;
}

#headerclienttext{
    font-family: poppins;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #070f18;
}

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

h2.red{
    font-family: poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: 50px;
    color: #f75c4f;
}

h1.black{
    font-family: poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 54px;
    text-align: center;
    margin-top: 0;
    color: #000;
}

#gray{
    color: #575455;
    font-family: poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    display: block;
    text-align: center;
}

.textcenter {
    text-align: center;
    padding-top: 50px;
}

#services .textcenter h3{
    font-family: poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #070F18;
}

#services .textcenter p{
    font-family: poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #575455;
}

#formsimg {
    flex: 1;
}

#formsimg img{
    width: 100%;
    height: auto;
}

#forms {
    flex: 1;
    margin-left: 50px;
    display: block;
    text-align: left;
}

#contact {
    margin-top: 100px;
}

#forms input {
    background: #f5f6fb;
    border-radius: 50px;
    font-family: poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #575455;
    border: 0;
    width: 90%;
    padding: 15px 25px 15px 25px;
}

#forms button {
    background: #1F7CFF;
    border-radius: 50px;
    border: 0;
    font-family: poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    width: 60%;
    padding: 15px;
}

#portfolio {
    margin-top: 150px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.portfolioimg img {
    width: 100%;
}

.portfolioimg {
    padding: 10px;
    margin: 15px;
}