/* CSS Document */

main h1 {
    text-align: center;
    font-size: 2rem;
    margin: 0.5rem 0;
    text-shadow: 0.05rem 0.05rem 0.1rem #aac;
}

main section {
    background-color: white;
}

main h2 {
    text-align: center;
    font-size: 1.4em;
}
main figure {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: fit-content;
    resize:both;
    overflow:hidden;
    padding:0;
    margin:1em auto;
    border-radius: 0 0 1.3em 0;
}

main figure img {
    display:block;
    width: 100%;
    max-width: 100%;
}

main fieldset {
    background-color: #fcfcfc;
    border:0.15em solid black;
    border-radius: 0.5em;
}

main fieldset legend + div {
    display: none;
}

main fieldset legend {
    border: solid black 1px;
    border-radius: 0.3em;
    background-color: #f0f0f0;
    text-align: center;
    padding: 0 0.5em;
    cursor: pointer;
    font-weight: bold;
}
