:root {
    --violet: #4103fc;
    --dark-violet: #3a02e0;
}

div#login h1 {
   font-size: large;
   margin-bottom: 2em;
}

div#login img{
   height: auto;
   width: 9em;
   margin-bottom: 2em;
}

header img {
    height: 1.2em;
    margin-bottom: 1em;
    margin-right: 1em;
}

p.credits {
    display: none;
}

