
.aboutcolumn {
    width: 93vw;
    max-width: 600px;
}

.centerMe {
    text-align: center;
}

.mapButtonDiv {
    background: url(../images/pinkmap.png);
    height: 50px;
    width: 100%;
    background-size: contain;
    background-position: center;
    filter: drop-shadow(2px 4px 6px #00000089);
    background-repeat: no-repeat;
    margin: auto;
}





  .aboutPictureColumn2::before {
    content: "Decentralized Pigeon wants you to know, Facebook does not own the metaverse.";
    display: none;
    background: #ffeb3b96;
    position: absolute;
    top: 300px;
    padding: 15px;
    font-size: 1.5rem;
    font-family: 'Open Sans';
    z-index: -1;
    border-radius: 30px;
  }


.aboutPictureColumn2:hover::before {
  display: block;
}