*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* display: flex;
    flex-wrap: nowrap ;
    justify-content: center;
    height: 200px; */

}
body{
      margin: 0; 
      height: 100vh;  
      display: flex;
      justify-content: center;
      align-items: center;
}
.cat_top, .cat_bottom, .heart {
width: 200px;
}
.valentine{
    display: flex;
    flex-direction: column;
    align-items: center;

}

 .main{
    background-color: bisque;
    border-radius: 25px;
    text-align: center;
    position: relative;
    padding: 16px 12px;
    color: beige;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 25px;
    text-shadow: 1px 1px;
}

.cat_top{
    position: relative;
    top: 30px;
    /* left: 30px; */
    z-index: 1;
}

.cat_bottom{
    position: relative;
    /* top: 8000px; */
    bottom: 14px;
}
