body {
    font-family: sans-serif;
    margin: 0;
    padding: 1.25rem;
    line-height: 1.2;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 1rem;
}
h1 {
white-space:nowrap;
font-size:1.4rem;
}
h1 small {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #666;
  font-style: italic;
}
h1 small time {
  font-style: normal;
}
p {
    margin-bottom: 1rem;
}
div.summary {
border:1px grey dashed;
padding:1rem;
display:inline-block;
margin-bottom:1rem;
}
.summary strong{
display:block;
}
.summary h1 {
font-size:1.2rem;
}
.summary h2 {
font-size:1.0rem;
}

a {
  color:#ff3311;
}

/*a {
text-decoration:none;
margin-left:1rem;
display:inline-block;
border:1px solid black;
padding:0.5rem;
box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
background:#FF7A30;
color:white;
font-weight:bold;
}
a:active {
box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
transform: translate(1px, 1px);
}*/
ul, ol {
    margin-bottom: 1rem;
    padding-left: 1.875rem;
}

li {
    margin-bottom: 0.25rem;
}

form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    margin-left: 1rem;
    max-width: 300px;
}

input[type="email"] {
    padding: 0.5rem;
    border: 1px solid black;
    font-size: 1rem;
    width: 100%;
    box-sizing: border-box;
}

label {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.9rem;
    line-height: 1.3;
}

input[type="checkbox"] {
    margin: 0;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

input[type="submit"], button, input[type="file"]::file-selector-button {
    text-decoration: none;
    border: 1px solid black;
    padding: 0.5rem;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
    background: #FF7A30;
    color: white;
    font-weight: bold;
    cursor: pointer;
    font-size: 1rem;
}

input[type="submit"]:active, button:active, input[type="file"]::file-selector-button:active {
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    transform: translate(1px, 1px);
}

