* {
  font-family: "Rethink Sans", sans-serif;
  font-optical-sizing: auto;
}

a:hover {
    color: #D24317;
    text-decoration: none;
}

nav a.active {
    color: #FF9500;
}

a {
    color: var(--pico-color-primary);
    text-decoration: none;
}

strong {
    font-size: 1.7rem !important;
}

input, button {
    margin-bottom: 0px !important;
}

.modified {
    padding: 30px;
}


section {
    height: 30px;
}
