body{
    margin: 0px;
}
.header{
    background-color: #de0000;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
}

.main-title{
    padding-top: 10px;
    background-color:#B40404;
    padding-bottom: 10px;
}
h1, h2, h3,h4 {
    font-family: 'Fjalla One', sans-serif;
    margin: 0;
}

h1{
    font-size: 20px;
    text-align: center;
    list-style: 1em;
    letter-spacing: -0.2px;
}
.container1{
    width: 1000px;
    margin: 0 auto;
    display: inherit;
    justify-content: inherit;
    align-items: inherit;
    height: inherit;
    flex-wrap: inherit;
}
.container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 8px;
    padding-right: 8px;
}
.container2{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
}
.service-digital{
    width: 300px;   
    margin: 20px;
}
.service-image{
    width: 80px;
    padding-left: 115px;
}
.service-title{
    font-family: 'Fjalla One', sans-serif;
    font-size: 18px;
    color:#2E2E2E;
    text-align: center;
}
.service-text{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify;
}
.service-url{
    color: #ff0000;
    border: 1px solid;
    padding: 5px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    margin-left: 100px;
}
.button-form{
    font-size: 16px;
}
.text-intro{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 19px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: justify;
}

footer{

    width: 100%;
    height: 50px;
    position: relative;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    font-size: 13px;
    background-color:#E6E6E6;
    border-top: 1px solid black;
    font-family: 'Source Sans Pro', sans-serif;
}
footer ul{
    margin: 10px;
    list-style: none;
    display: flex;
    padding-left: 0; 
    color: white;
}

footer .footer-left{
    justify-self: left;
}

footer .footer-right{
    justify-self: right;
}

footer ul li a{
    margin: 10px;
    color: white;
}