
body {
    min-height: 100vh;
    background-color: #808080;
    margin: 10px;
    color: white;
}

.privacyPage {
    min-height: 100vh;
}

.privacyContainer {
    gap: 30px;
    width: 100%;
    margin-bottom: 60px;
}

.definitions {
    color: #a3a3a3;
    font-size: 10px;
    font-weight: lighter;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #8dc63f;
    transition: background-color 5000s ease-in-out 0s;
}
