html {
    background-color: black;
    color: white;
    font-family: "Poppins", sans-serif;
    font-style: normal;
}

html, body {
    margin: 0;
    padding: 0;
}

.container {
    margin-left: 10%;
    margin-right: 10%;
}

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

.wrapper-legal {
    max-width: 700px;
}

a {
    color: white;
    text-decoration: none;
}
