body{
    background: url(sky.jpg);
    background-size: cover;
}
h1{
color: rgb(125, 18, 18);
font-weight: normal;
font-family:fantasy;
font-size: 400%;

}
h2{
color: rgb(94, 8, 25);
font-size: 150%;
}
h3{
font-size: 120%;
}
p{align-items: center;
    font-size: 120%;}
.number {
    font-family: fantasy;
    font-size:140%;
    color: rgb(220, 81, 6);
}
.heart {
    color:rgb(125, 18, 18) ;
    font-size: 130%;

}
