/* .beAFuckinCircle{
    clip-path: circle(35% at 50% 50%);
} */
@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');
.indie-flower-regular {
    font-family: "Indie Flower", cursive;
    font-weight: 400;
    font-style: normal;
  }
/* #likeButton{
    background-color: blue;
} */
 .empty{
    color: black;
}
 .filled{
    color:red;
 }

 .images{
    display: flex;
    flex-direction: row;
  }
  
  .web{
    position: absolute;
    height: 300px;
    top: 0px;
    left: 0px;
    filter: contrast(100);
  }
  body{
    font-family: "Eater", serif;
  }