@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,700;0,900;1,200;1,300;1,700;1,900&display=swap');

*, *::before, *::after {
    box-sizing: border-box;
}
html {
    display: flex;
    justify-content: center;
    height: 100%;
}
body {
    font-size: 20px;
    background-color: whitesmoke;
    font-family: 'Mulish', Ubuntu, Arial, Helvetica, sans-serif;
    max-width: 800px;
    display: flex;
    flex-flow: column nowrap;
    text-align: center;
    height: 100%;
}
section {
    margin: auto;
    max-width: 40em;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}
figure {
    width: 90%;
    margin: 0;
    flex: 50% 1 1;
}
figure img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 0.2em;
}
footer {
    display: flex;
    flex-flow: column;
    font-size: 0.9em;
    color: #888;
    margin: 2em 0 1em 0;
}
footer img {
    height: 2em;
    margin: 0.75em 0 1em 0;
}
header {
    padding: 1em 0;
}
h1 {
    font-weight: 200;
    opacity: 0.5;
    font-size: 2em;
    margin: 0.5em 0 0 0;
}
h2 {
    font-weight: 900;
}
p {
    margin: 0.4em 0;
}
span {
    opacity: 0.7;
}
strong {

}
button {
    font: inherit;
    font-weight: 300;
    letter-spacing: 0.15em;
    padding: .5em 1em;
}
table,
fieldset {
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 0.5em;
    background-color: transparent;
    padding: 1em;
    margin: 0.75em 0;
    display: flex;
}
input {
    width: 100%;
    font: inherit;
    padding: 0.5em;
    border-radius: 0.25em;
    margin: 0.1em;
    border: 1px solid rgba(0,0,0,0.3);
}
fieldset p {
    display: flex;
}
fieldset p {
    display: flex;
    align-items: center;
    margin: 0;
}
label {
    margin: 0 0 0.75em 0;
    font-weight: 800;
}