@import url('../client/css/base.css');
@import url('../client/css/variables.css');
@import url('../client/css/reset.css');

body{
    padding: 1rem;
    font-family: "Atkinson Hyperlegible";
    padding-bottom: 5rem;
}

h1{
    font-family: "Josefin Sans";
}

h2{
    margin-top: 1rem;
    padding-top: 1rem;
    width: 100%;
    border-top: solid 1px black;
}

h3{
    margin-top: 1.5rem;
}

form{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

input,
select{
    padding: 0.1rem 0.5rem 0.1rem 0.5rem;
    width: 25rem;
}

#sortie{
    width: 4rem;
}

textarea{
    resize: none;
    max-width: 70rem;
    padding: 0.1rem 0.5rem 0.1rem 0.5rem;
}

button {
    padding: 0.5rem 1rem 0.5rem 1rem;
    width: fit-content;
}