body
{
  margin: 0;
}

#wrapper
{
  height: 100vh;
  width: 100vw;
  background: linear-gradient(to top, #031500 0%, #113506 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

#image
{
  width: 8%;
}

#image img
{
  width: 100%;
  opacity: 0.6;
}
