*{
    padding: 0;
    margin: 0;
}

body{
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
    transition: all .6s ease-in-out;
}

#heart{
    width: 10rem;
    transition: all .6s ease-in-out;
    color: white;
}