header{
    text-align: center;

}
p{
    filter: brightness(110%) blur(1px) contrast(100%);


}
body{
    background-image: url('back.png');
}
footer{
    text-align: center;
    /*margin-top: 20%;*/
    background-color: #490924;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #ffd4d4;
}
#heart{
    position: relative;
    left: 40%;
}