body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 225;
    font-style: normal;
    text-align: center;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    position: relative;
    overflow: hidden;
}

.container {
    text-align: center;
}

.privacy-link {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 14px;
    text-decoration: none;
    color: #555;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1000;
}

.insta {
    position: fixed;
    bottom: 10px;
    left: 20px;
}

.privacy-link:hover {
    color: #000;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    margin-right: 10%;
    margin-left: 10%;
    margin-top: 5%;
    max-height: 80vh;
    overflow-y: auto;
    padding: 24px;
    background-color: #f4f4f4;
    border-radius: 8px;
    color: #333;
    font-size: 14px;
    line-height: 1.6;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.modal-content h2, .modal-content h3 {
    margin-top: 20px;
    color: #111;
}

.modal-content a {
    color: #007bff;
    text-decoration: underline;
}

.close {
    float: right;
    font-size: 24px;
    cursor: pointer;
}
