body
{
  font: 18px Tahoma;
}
#box
{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
}
img
{
  width: 200px;
}
h1
{
  text-align: center;
  font: 2em Tahoma;
  color:gold;
}