body {
    margin: 0;
    padding: 0;
    background-color: rgb(244, 226, 241); 
    cursor: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' style='font-size:40px'><text y='50' x='5'>💜</text></svg>") 32 32, auto;
}
/*text*/
h1{
    font-size: 100px;
    text-align: center;
    margin-bottom: -8vh;
    color:rgb(159, 129, 163);
    cursor: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' style='font-size:40px'><text y='50' x='5'>💜</text></svg>") 32 32, auto;
}
.top{
    margin-top: 20vh;
}
/*button*/
button {
    display: block;
    margin: 0 auto;
    font-family: "Margarine", sans-serif;
    font-size: 20px;
    color: rgb(244, 226, 241);
    background-color: rgb(159, 129, 163);
    border: none;
    border-radius: 5px;
    padding: 12px 28px;
    margin-top: 10vh;
    text-decoration: none;
    transition: transform 1s ease, opacity 1s ease;
    cursor: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' style='font-size:40px'><text y='50' x='5'>💜</text></svg>") 32 32, auto;
}
a{
    text-decoration: none;
}
/*font*/
.margarine-regular {
    font-family: "Margarine", sans-serif;
    font-weight: 400;
    font-style: normal;
}
/*hearts*/
.heart{
    width: 10%;
    position: absolute;
    opacity: 40%;
    transition: transform 1s ease, opacity 1s ease;
}
.heart:hover{
    transform: rotate(360deg);
    opacity: 1;
}
.luv1{
    top: 2%;
    left: 5%;
    transform: rotate(5deg);
}
.luv2{
    top: 32%;
    left: 18%;
    transform: rotate(-5deg);
}
.luv3{
    top: 67%;
    left: 5%;
    transform: rotate(5deg);
}
.luv4{
    top: 2%;
    left: 85%;
    transform: rotate(-5deg);
}
.luv5{
    top: 32%;
    left: 71%;
    transform: rotate(5deg);
}
.luv6{
    top: 67%;
    left: 85%;
    transform: rotate(-5deg);
}

