#container {
    padding: 40px;
    margin: auto;
    width: 40%;
    background-color: #602cae;
    border: solid 5px rgb(33, 5, 70);
    
}

#container p {
    font-size: 26px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #a3a3a3;
    text-shadow: 3px 3px 3px rgb(64, 59, 3);
}

#button {
    margin: auto;
    width: 45%;
    padding: 20px;
}

#button button {
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 40px;
    color: #602cae;
    text-shadow: 3px 3px 3px rgb(64, 59, 3);
    width: 100%;
    height: 15%;
    border: solid 5px rgb(33, 5, 70);
    
}

h1 {
    text-align: center;
}
/* ID that centers the validation text*/
#validation {
    text-align: center;
}
/*adds a margin around the entire footer*/
footer {
    margin: 50px;
}