body{ background-image: linear-gradient(to bottom, whitesmoke 50%);
font-family: monospace 
margin: 0
}
 

p{
    display: none;
}
p.show{
    display: block;
}

h1 {text-align: center;
    margin-top: auto;
    font-size: 100px;
    font-style: normal;
} 

p {text-align: center;
font-size: 100%;}

.tshirt-container {
  display: flex;
  justify-content: center;
  align-items: center;

  
}

img {
  width: 30vw;
  height: 30vw;
  max-width: 400px;
  max-height: 400px;
  object-fit: contain;
  transition: opacity 0.4s ease
}

.fade-out {
  opacity: 0;
}


  

