﻿

body {
    min-height: 100vh;
}

p {
    margin: 0.5em 0 0.5em 0;
}

p input, p textarea, p button {
    border-radius: 0.2em;
    border-color: #250700;
    border-style: solid;
}

p label {
/*font-size: 0.6em;*/
}

p label span {
    display: block;
    font-size: 0.6em;
}

p label input, p label textarea {
    display: block;
    font-size: 0.8em;
    background-color: rgba(0,0,0,0);
    max-width: 84vw;
}

p label input {
    width: 10rem;
}

p label textarea {
    width: 15rem;
    height: 4rem;
}

p button {
    background-color: rgba(0,0,0,0);
    font-size: 0.6em;
    color: inherit;
}
