body {
    height: 100%;
    font-family: 'Inter';
}

.flex {
    display: flex;
}

.center {
    align-items: center;
}

.link {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: underline !important;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: rgba(170, 167, 167, 1);

}

.overview-link {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: underline !important;


}

svg {
    cursor: pointer;
}

.p-20 {
    padding: 20px;
}

