/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

body {
  background-color: white;
}

.container {
  max-width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item {
  line-height: 0;
  max-width: 150px;
}

.item svg {
  width: 100%;
  height: auto;
}

.it {
  display: inline;
  fill: rgb(252, 76, 2); 
  fill-opacity: 1; 
  fill-rule: nonzero; 
  stroke: none; 
  stroke-width: 0;
}