body{
    background-color: #000000;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-style: oblique;
    display:block;
    font-size: 15px;
    background-image: url("heart2.png");
    background-size: 20%;
    backdrop-filter: blur(2px) grayscale(30%) contrast(150%);
}

.box{
    background-color: #000000;
    border: #353535 ridge 2px;
    margin-top: 0%;
    margin-left: 35%;
    max-width: 30%;
}

img{
    width: 100%;
    filter: grayscale(65%) contrast(150%);
}

.column{
    float: left;
    width: 30%;
}

.content {
    justify-content: space-around;
    align-items: center;
    display: flex;
    flex-direction: row;
    object-fit: contain;
}

.hide {
  display: none;
}
    
.myDIV:hover + .hide {
  display: block;
}