body {
	margin: 0;
	padding: 1em;
	overflow: visible;
	background: #bbffbb;
	font-size: 18px;
}

p {
  color: #ffffff;
} 
#idimage {
  ul {
    display: flex;
    justify-content: center;
  }

  li {
    list-style: none;
  }

  li:nth-child(2) {
    margin: 0 10px;
  }
}