body {
  background-color: white;
  color: black;
  font-family: Comic;
}
div {
  flex-direction: column;
  display: inline-block;
  justify-content: center;
  margin: auto;
}
p {
  display: table;
  margin:auto;
}
#biggoma {
  background-color:transparent;
  height:100px;
  width:100px;
  grid-row: 3;
}

#biggoma img {
  top: 50px;
  left: 100px;
  position: absolute;
}
#main {
  border: 1px solid; 
  background-color:transparent;
  height:500px;
  width:500px;
}