.tileContainer{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
}

.tile{
    background-color: rgba(20, 20, 20, 0.85);
    border: 2px solid #310202;
    border-radius: 12px;
    padding: 30px;
    width: 90%;
    max-width: 450px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}

.aboutButton{
  display: inline-block;
  width: 150px;
  height: 50px;

  background: url(../assets/gifs/blinkiesCafe-About.gif) no-repeat center center;
  background-size: contain; 
  border: none;
  cursor: pointer;
  color: transparent;
}