section
{
font-family: 'Electrolux Sans', sans-serif;
color: #FFFFFF;
}
  
.alignment{
    
    text-align: justify;
    
}

.middle{
   display: flex;
   
   
}
     
body{
    background-color: #000000;
    margin:10px;
    padding:0;
}

.div1{
    background: rgb(211, 25, 55) none repeat scroll 0% 0% / auto padding-box border-box;
    height: 50px;
    width: 100%; 
    font-family: 'Electrolux Sans', sans-serif;
    font-size: 35px;
    color: white;
    
}

