body{
    background-color: rgb(255, 255, 242);
    /* linear */
}
.logo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    height: 400px;
    margin-top: -30px;
}
.lyrics{
  margin-top: -50px;
}
p{
    font-family: fantasy;
    font-size: 20px;
    text-align: center;
    color: rgb(255, 152, 3);
}
/* .b{
    margin-top: -20%;

} */
a{
    position: absolute;
}
.bee{
    transform: scaleX(-1);
    position: absolute;
    right: 100px;
    top: 200px;
}
.bee2{
    position:absolute
}
.bee3{
    position:absolute;
    transform: scaleX(-1);
    right: 50px;
}
/* 
.all_container{
    display: flex;
} */