﻿.privacy-para {
    width: 80%;
    margin-bottom: 20px;
    font-size: 24px;
    text-align: left;
    color: white;
}

.privacy-content {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
}

.privacy-header-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    font-size: 32px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: white;
    text-decoration: underline
}
