.popup {
    background-color: rgb(214, 253, 214);
    border-radius: 2px;
    padding: 10px;
    border: 5px;
    top: 8px;
    left: 8px;
    text-align: center;
    width: fit-content;
    position: fixed;
    z-index: 99;
}

.popup button, .popup p {
    display: inline;
    margin: 0px 5px;
    color: #673f32;
}

.popup button {
    border: none;
    padding: 8px;
    cursor: pointer;
    width: 90px;
    border-radius: 3px;
    background-color: white;
}

.popup a {
    text-decoration: none;
    color: #673f32;
}
