.content-block {
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.back-to-login {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}
.back-btn {
  display: flex;
  flex-direction:row;
  align-items: center;
  justify-content:center;
}
.back-btn p {
  font-size:15px;
  font-weight:lighter
}
.privacy-policy-block {
  overflow-y: auto;
  max-height: 85vh;
}
.title-style h2{
  color:#414141
}
.title-style h1{
  color:#414141
}
