body {font-family: system-ui,"Segoe UI",sans-serif; font-size:14px;background:#3f57c3;}
a:link {
  color: #fff;text-decoration:none;
}

/* visited link */
a:visited {
  color: #fff;
}

/* mouse over link */
a:hover {
  color: orange;
}

/* selected link */
a:active {
  color: orange;
}
ul li {
    list-style:none;
    margin-top: 20px;
}

input {
    margin-top: 10px;
}

/* teste ephemere */
 .ohnohoney{
            opacity: 0;
            position: absolute;
            top: 0;
            left: 0;
            height: 0;
            width: 0;
            z-index: -1;
        }
