main{
    display: flex;
    flex-direction: column;
    height: 100vh;
    background-image: url("../images/bricks.png");

}
/* main h2{
    margin:-5px;
} */
#heart{
    width:50px;
    height:50px;
    object-fit: cover;
}
.menu{
    display:flex;
    justify-content:space-evenly;
    align-items:center;
    height:90px;
    width:100%;
    background-color:#000000;
    color:#ffffff;
    border-bottom: 2px solid #ffd700;
}
.panel{
    margin-top: 1rem;
    display:flex;
    align-items: center;
    justify-content: center;
    /* border:1px solid #0000ff; */
}
.square{
    height:150px;
    width: 150px;
    margin:4px;
    border:3px solid #000000;
    background-color: #7fffd4;
}
.target{
    background-image:url("../images/ralph.png");
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center center;
}