/* Variables */

:root {
}

/* UI & Typography */

body {
  padding: 20px;
  background-color: black;
  color: white;

  font-size: 20px;
  font-family: cursive;

  max-width: 500px;
  margin-inline: auto;
}


a {
  color: aquamarine;
}

a:visited {
  color: cyan;
}

img {
  width: 200px;
}

.text-light {
  color: hsla(0, 0%, 100%, 0.5);
}

label {
  display: block;
}

fieldset {
  padding: 16px;
}

.form-element {
  margin-bottom: 1em;
}

form input, form textarea {
  padding: 4px;
  border-bottom: 1px solid currentColor;
}

/* Layout */
