.container {
  display: flex;
  justify-content: space-around;

  border: 2px solid color: 274B69;
  height: 400px;
  background: #ffffff;
}