html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

.container-fluid,
.container {
    text-align: center;
}

.img-fluid {
    border-radius: 0.5rem;
}

a {
    color: white;
    font-size: 2rem;
}

.line {
    border-top: 1px solid #D959B7;
    width: 70vw;
    margin-top: 5rem;
    margin-bottom: 2rem;
}

.start {
    display: flex;
    justify-content: end;
    align-items: start;
}

.end {
    display: flex;
    justify-content: start;
    align-items: end;
}