#url-unlock-container, #url-lock-container {
    text-align: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    position: relative;
}

#scroll-button {
    display: none;
    margin-top: 10px;
    padding: 10px 20px;
    background: transparent;
    color: white;
    border: none;
    cursor: pointer;
}

#scroll-button:hover {
    background: #ff6347;
}

#destination-button {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    background: #008CBA;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

#destination-button:hover {
    background: #005f75;
}
