body {
      font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
input[type="text"] {
    background-color: #000000;
    color: white;
    padding: 2px 4px;
    border-radius: 4px;
    /* width to fit text */
    width: 450px;
}
/* list */
ul {
    padding-left: 20px;
}
/* padding per option of list */
ul li {
    padding: 2px 0;
}
a{
    text-decoration: none;
    color: #1a0dab;
}