*{
    box-sizing: border-box;
}

body{
    background-color:#2b2933;
    font-size:16px ;
    font-family: 'Roboto', sans-serif; 
    width: 100%;
}

body > div.container{
    background-color: white;
    width: 1140px;
    margin: auto;
    z-index: -1;

}

.BRANDING{
    padding-left: 15px;
    padding-right:15px ;
    width:48%;
    float: left;
    background-color: white;
    height: 250px;
    border:5px solid gray;
    text-align: center;
}

.V{
    width:48%;
    float: right;
    background-color:grey;
    height: 520px;
    border:5px solid gray;
    text-align: center;

}

.V img{
    border-radius: 50%;
    border: 5px solid gray;
}

.CREATIVITY{
    width:48%;
    float: left;
    background-color: white;
    height: 250px;
    margin-top: 20px;
    border:5px solid gray;
    text-align: center;
}

.MARKEETING{
    width:48%;
    float: left;
    background-color:white;
    margin-top: 20px;
    border:5px solid gray;
    text-align: center;
}


.DEVELOPMENT{
    width:48%;
    float: right;
    background-color: white;
    margin-top: 20px;
    border:5px solid gray;
    text-align: center; 
}
a{
    background-color:rgb(223, 27, 27);
    color:beige;
}
h2{
  
    color:brown;

}
h1{
    font-weight: bold;
    color:brown;
}


.redBlock{
    width: 500px;
    height: 500px;
    background-color: red;
    position: absolute;
    right: 0;
    top: 50px;
    z-index: -1;
}

@media screen and (max-width : 750px){
   body{
       background-color: red;
   } 
}
footer{
    height:20%;
    width: 40px;
    background-color: blue;
}