body {
  background-image: url("https://img1.wsimg.com/isteam/ip/3428a60d-8286-4ae9-a4dd-8a702f2988b6/IMG_4005.jpeg/:/cr=t:0%25,l:0.12%25,w:99.75%25,h:100%25/rs=w:600,h:451.12781954887214,cg:true");
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;

}

.grid-container {
  display: grid;
  grid-template-columns: auto auto;
  gap: 5px;
  padding: 5px;
}

.grid-container>div {
  padding: 2px;

}


.scroll {
  height: 80px;
  overflow-x: hidden;
  text-align: center;
  font-size: 1.2em;
  font-family: serif;
}

.name {
  font-size: 3em;
  font-family: ms gothic;
  text-align: center;
  margin-bottom: -3px;
  filter: drop-shadow(0px 2px #000) drop-shadow(0 -1px #000) drop-shadow(2px 0 #000) drop-shadow(-1px 0 #000);
    color:white;
}

p {
  margin: 0;
  text-align: center;
  font-size: 1.7em;
}

.balls {
  width: 100%;
  padding: none;
  border: 1px solid black;
}

.stamp {
margin-top: 5px;
width:100%;
}
