.page-header {
    position: relative;
    width: 100%;
    height: fit-content;
}

.header-logo {
    width: 160px;
    object-fit: contain;
}

.pill {
    position: absolute;
    width: fit-content;
    top: 50%;
    left: 50%;
    border-radius: 47px;
    translate: -50% -50%;
    background-color: white;
    border: solid 1px #00000045;
}

.pill a {
    width: max-content;
    color: #232176;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    text-decoration: none;
}