* {
    margin: 0px;
    padding: 0px;
}

body {
    color: rgb(102, 102, 102);
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    overflow-y: scroll;
    padding: 10px;
    text-align: left;
}

h1 {
    color: rgb(51, 51, 51);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.26;
}

p {
    margin-bottom: 16px;
}

.privacy-p-area p {
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 2;
}