body {
    background-image: url("emma1.jpg");
    background-size: cover;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    text-align: center;
}

h1 {
    margin-top: 620px;
    margin-bottom: 10px;
}

h2 {
    font-size: 10px;
    margin-top: 0;
    margin-bottom: 20px;
}

button {
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    font-weight: bold;
    /*width: 100px;*/
    margin-bottom: 0px;
    border-radius: 0px;
}

#heart-btn {
    background: #FCEDDA;
}

