body {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    background-image: url("./hearts.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
h1 span{
    color: red;
}
#your-name, #crush-name{
    border: none;
    outline: none;
    border: 1px solid red;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}

#content-box {
  
    width: 400px;
    height: 500px;
    background-color: whitesmoke;
    padding: 20px;
    margin: 0px auto;
    margin-top: 90px;
    border-radius: 10px;

}

#calculate {
    width: 150px;
    height: 50px;

    background-color: red;
    color: white;
    font-size: 20px;
    border: none;
    letter-spacing: 2px;
    border-radius: 10px;
}

#result-percentage {
    font-size: 50px;
    margin-bottom: 30px;
}
#result-message{
    font-size: 20px;
    
    margin-bottom: 30px;
}