#logo{
    height: 6rem;
    padding: 1rem;
    box-sizing: border-box;
}
:root {
    --accent: #E2EBAB;
    --bs-primary: #F9D462;
}

#header, #footer {
    background: linear-gradient(-45deg, #E2EBAB, #A2AD59, #00A0AF, #D5E4E5);
    background-size: 400%;
}

#content {
    padding-bottom: 4rem;
}

#copyright {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.pure-button {
    background-color: #00A0AF;
}

#footer {
    position: absolute;
    bottom: 0;
    height: 4rem;
}

#layout {
    position: relative;
    min-height: 100vh;
}

img {
    max-height: 100%;
}

.pure-form-message{
    text-align: center;
}

.pure-form.pure-form-aligned {
    width: 40em;
}

.pure-form-aligned .pure-control-group label{
    width: 50%;
}

h1 {
    text-align: center;
}