.LostSection{
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;

    .LostSection__Link{
        background-color: var(--red);
        padding: 1rem;
    }
}