body {
    /*background-color: red;*/
    display: flex;
    flex-direction: column;
    background-color: #2B2863;
}

.policy-page {
    width: 100%;
    height: 100vh;
    background-color: #2B2863;
}

.policy-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: white;
    /*background-color: rgb(242 242 242);*/
    /*background-color: red;*/
    margin-top: 100px;
}

.privacy-banner {
    display: flex;
    justify-content: left;
    font-size: 2.5rem;
    padding: 40px;
    font-weight: bold;
    background-color: rgb(234 234 234);
    width: 100%;
    /*margin-top: 100px;*/
}

.privacy-header {
    padding-left: 175px;
    color: rgb(59 59 59);
    font-family: "Lato", sans-serif !important;
    letter-spacing: 0.5px !important;
}


.privacy-policy-content {
    max-width: 1300px;
  margin-top: 20px;
  margin-left: 200px;
  margin-right: 200px;
  padding-bottom: 350px;
  font-size: 18px;
  width: fit-content;
  height: 100%;
  font-family: "Lato", sans-serif !important;
}

@media (max-width: 765px) {
   .privacy-policy-content {
  margin-top: 20px;
  margin-left: 30px;
  margin-right: 30px;
  padding-bottom: 350px;
  font-size: 12px;
  /*width: 100%;*/
  height: 100%;
}

.privacy-banner {
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
}

.privacy-header {
padding: 0 !important;
}
}

@media (max-width: 500px) {
    .privacy-header {
        /*padding-top: 20px !important;*/
    }
}

.navbar-background {
    display: none;
    justify-content: left;
    background-color: #2B2863;
    width: 100%;
    height: 1000px;
    font-size: 2.5rem;
    /*padding-top: 150px;*/
    padding-bottom: 40px;
    font-family: arial;
}

.question {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 0;
}

.answer {
    margin: 0;
}

.last-updated-paragraph {
    margin-top: 25px;
}

.footer {
    margin-top: 225px;
}