body {
  margin: 0;
  padding: 0;
  background-color: #000;
}

.megacope-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
  background: url('./images/bg-min.png') no-repeat center;
  background-size: cover;
}

.megacope-logo {
  width: 70%;
  height: auto;
}

.privacy-policy {
  display: flex;
  flex-direction: column;
  height: 100vh;
  font-family: 'Open Sans', sans-serif;
  background-color: #ededed;
  color: #414141;
}

.privacy-policy > div {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 20px;
}

.privacy-policy p a {
 text-decoration: none;
}

.privacy-policy p a {
  text-decoration: none;
}

.privacy-policy p {
  color: grey;
}
.privacy-policy h4 {
  font-size: 18px;
  font-weight: bold;
}