﻿body {

margin:0px;

}

.RedAreaUp {

display: flex;
justify-content: center;
position: relative;
width:1250px;
height:100px;
margin: 0px auto;
background-color:#c20e1a;

}

.WhiteAreaMiddle {

display: flex;
align-items: center;
justify-content: center;
position: relative;
width:1250px;
height:100px;
margin: 0px auto;
background-color:white;

}

.RedAreaDown {

display: flex;
justify-content: center;
position: relative;
width:1250px;
height: 100px;
margin: 0px auto;
background-color:#c20e1a;

}



.CompanySign {

width: 1200px;
height: 150px;

}

.branding {

margin-left: 50px;
margin-bottom:60px;

}

.pictures   {

margin: 0px auto;
}