* {
    font-family: "Poppins", sans-serif;
}

header {
    height: 90px;
    background-color: #ffe9e6;
}

body {
    background-color: #fdf8f8;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.btn-partage {
    background-color: #750403;
    height: 56px;
    border-radius: 100px;
    color: #ffffff;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.back-partage {
    text-decoration: none;
    padding-top: 16px;
}

.title {
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
}

.label {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.success {
    font-family: Poppins;
    font-size: 21px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.instructions {
    display: flex;
    flex-direction: column;
    align-items: start;
    background-color: #FFEFD4;
    padding: 16px;
}
