
.container {
  display: flex;
  justify-content: space-between;
  
  padding: 10px;
}