body,html {
 display: flex; 
 flex-direction: column;
 background-color: white;
}
.barrac {
 display: flex;
 background-color: black;
 width: 100vw;
 height: 10px;
}