body {
    padding: 0;
    margin: 0;
}
.mothers__day {
    background: no-repeat center/100% url("../img/coeur.jpg");
    height: 800px;
    position: relative;
}

.mothers__day__bloc {
    font-family: 'Cookie', cursive;
    width: 450px;
    position: absolute;
    left: 20%;
    top: 10%;
    transform: translate(-20%, -10%);
}

.mothers__day__title {
    color: #AC1824;
    font-size: 54px;
}

.mothers__day__description {
    color: #AC1824;
    font-size: 30px;
}

.mothers__day__music {
    display: block;
    margin: 0 auto;
}

.credits {
    font-size: 16px;
    text-align: center;
}
