body {

margin: 0px;

}

.RedAreaUp    {

display: flex;
justify-content: center;
position: relative;
width:1250px;
height:100px;
margin: 0px auto;
background-color:#c20e1a;
right: -8px;

}
.WhiteAreaMiddle  {

display: flex;
align-items: center;
text-align: center;
justify-content: center;
position: relative;
width:1250px;
height:1200px;
margin: 0px auto;
background-color:#FFFFFF;
right: -8px;

}
.WhiteAreaMiddlePrivacy  {
    
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        position: relative;
        width:1250px;
        height:6500px;
        margin: 0px auto;
        background-color:#FFFFFF;
        right: -8px;
        
        }

.RedAreaDown  {

display: flex;
align-items: center;
justify-content: center;
position: relative;
width:1250px;
height:100px;
margin: 0px auto;
background-color:#c20e1a;
right: -8px;

}

.center {

display: flex;
align-items: center;
justify-content: center;

}

.left {

text-align: left;
}

.impact {

margin: 0;
font-family: impact;
font-size: 50;
text-align: left;

}

.left    { 

text-align: left; 

}

.CompanySign {
    
width: 1200px;
height: 150px;
    
}

.branding {
    
margin-left: 50px;
margin-bottom:60px;
    
}

.MarginBottom {

margin-bottom: 50px;

}