/*\
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 11, 2023, 10:48:25 PM
    Author     : jcoch
*/

#privacyPolicy, #cookiesPolicy{

    display: flex;
    flex-direction: column;
    align-items: center;
}

#privacyPolicy div{
    width:99%;
    /*  background-color: rgba(0,0,0,0.1); */
    padding: 5px 10px 5px 5px;
    border: 5px solid black;
}

#cookiesPolicy div{
    width: 96%;
    /* background-color: rgba(15, 255, 30, 0.1); */
    padding: 10px 15px 10px 15px;
}

#cookiesPolicy p{
    margin-left: 10px;
    text-align: justify;
}


#privacyPolicy p{
    margin-left: 5px;
    text-align: justify;
}

h1{
    text-align: center;
}
#footerLink{
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.close{
    position: fixed;
    top: 30px;
    right: 30px;
    font-size: small;
    background-color: white;
    cursor: pointer;
}