@import url("https://fonts.googleapis.com/css2?family=Kalam:wght@700&display=swap");
body {
  padding: 30px;
  margin: 0;
  font: 18px 'Kalam', Helvetica, Arial, sans-serif; }

a {
  color: #00B7FF; }

h1.title {
  text-align: center;
  text-shadow: 1px 1px red, -1px -1px green, -1px 1px yellow, 1px -1px blue;
  filter: drop-shadow(5px 5px 10px #ff008d) drop-shadow(-5px -5px 10px #00ffe9);
  color: white;
  font-size: xxx-large; }

ul li {
  margin-top: 20px; }

form input {
  margin: 10px; }
