.overlay {
    font-family: "Public sans", "Roboto", sans-serif;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.6);
    z-index: 50;
}

.container {
    padding: 5px 20px 20px 20px;
    width: 350px;
    background: var(--secondary-color-light);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 7px;
    text-align: center;
}

.container h2 {
    margin: 30px 0px;
}

.app_links {
    display: flex;
    /* flex-direction: column; */
}

.app_link {
    height: 70px;
    width: 50%;
}

.app_link img {
    width: 100%;
    cursor: pointer;
}

.cancel_container {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 18px;
    width: 18px;
    cursor: pointer;
}

/* .app_link div {
    height: 100%;
    width: 100%;
} */
