body {
    background: linear-gradient(180deg, #2C3D50, #070924b7);
    min-height: 100vh;
    color: #d3d3d3;
    font-family: 'Geist', Arial, sans-serif;
    text-align: center;
    padding-top: 25px;
    background-color: #14141c;
    overscroll-behavior: none;
    justify-content: center;
}

.privacy-policy-content{
    background-color: #00000074;
    width: 60%;
    text-align: left;
    b{
        font-size: 20px;
    }
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    outline: 2px solid #646464;
    padding-inline: 20px;
    text-align: left;
    padding-top: 10px;
    margin-bottom: 25px;
}

.header {
    display: flex;
    justify-content: center;
    background-color: #6c1414;
}

.navbar {
    display: flex;
    margin: 10px;
    font-size: 20px;
    border: 1px solid #6a6a6a;
    border-radius: 20px;
    background-color: #00000074;
    backdrop-filter: blur(30px);
    position: fixed;
    top: 0;
    left: auto;
    align-self: center;
    z-index: 10;
}

.navbar .nav-button {
    background-color: transparent;
    color: white;
    height: 35px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #8a8a8a00;
    margin: 5px;
    border-radius: 15px;
    font-size: 15px;
    font-weight: bold;
}

/* Style for the active button */
.navbar .nav-button.active {
    background-color: #33333382;
    color: #fff;
    border: 1px solid #8a8a8a;
}

.navbar .nav-button:hover {
    border: 1px solid #8a8a8a;
}