body {
    background-image: url("background.png");
    background-color: black;
    background-size: auto;
    user-select: none;
}

input:focus {
    border-color: hsl(171, 100%, 41%) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px hsl(171, 100%, 41%) !important;
  }

input:focus, .icon {
    color: hsl(171, 100%, 41%) !important;
}

input[type=checkbox]  {
    accent-color: hsl(171, 100%, 41%) !important;
}

