input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: #e3c4a8;
    border-radius: 0;
    transform: scale(1);
}
.footer-privacy{
    position: absolute;
    right: 50px;
    bottom: 25px;
    text-decoration: underline !important;
    color: #e3c4a8 !important;
}