/*

By: Drew Hengehold
Last Modified: 26 March 2025
CSS Document custom.css

*/

h1{
    text-align: center;
    color:rgb(70, 70, 177);
}

form{
    margin: 0 auto;
    width: max-content;
}

fieldset{
    display: block;
    text-align: center;
    gap: 1em;
}

input[type = "submit"]{
    padding: 0.3em;
    border: none;
    background-color: #008000;
    color: #f5f5dc;
    border-radius: 0.2em;
}