body {
    background: #ffffff;
    color: #333333;
    font-family: system-ui, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif, "Segoe UI Emoji";
    font-size: 1.2em;
    line-height: 1.5;
    margin: 2em auto;
    max-width: 50em;
    word-wrap: break-word;
}

header {
    margin: 0 1em;
    text-align: center;
}

main {
    padding: 2em;
    margin: 0 1em;
    border: #cccccc 1px solid;
    background: #fefefe;
    max-width: 60em;
}

footer {
    clear: both;
}

.block {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 1em;
    margin-bottom: 1em;
}

.block-no-border {
    padding: 1em;
    margin-bottom: 1em;
}

h1, h2, h3 {
    margin-bottom: 1em;
}

h2 {
    padding-top: 1em;
}

figure {
    float: right;
}

figcaption {
    text-align: center;
}
img {
    border-radius: 1em;
}

.logo {
    max-width: 10em;
}

a:hover,
a:focus {
    text-decoration: none;
}

button {
    padding: 1em;
    margin: 1em 0;
    font-weight: bold;
    font-size: 1.2em;
    cursor: pointer;
}

button:hover,
button:focus {
    border: #333333 2px solid;
}

nav ul {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    list-style: none;
    margin: 1em;
    padding: 1em 0;
}

nav ul li {
    padding-right: 2em;
}

nav a {
    text-decoration: none;
}

nav a:hover,
nav a:focus {
    text-decoration: underline;
}

input[type=text], input[type=email] {
    display: block;
    outline: #333333 2px solid;
}

input[type=text]:focus,input[type=email]:focus {
    outline: #333333 4px solid;
}

input[type=text]:read-only {
    outline: #333333 1px solid;
    display: inline-block;
}

footer p {
    margin-left: 1em;
}

.cta {
    font-size: 3em;
}

details {
    border: solid 1px #333;
    padding: 1em;
}

.index li ul {
    margin-bottom: 1.5em;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal;
}

.notification-error, .error-message{
    color: #940202;
}
