

/*ID that centers the validation text */
#validation {
    text-align: center;
}

/*centers the header content*/
header {
    text-align: center;
}

body {
    background-color: #a965c7;
}

footer {
    font-size: small;
}

ul {
    line-height: 2em;
}

.soon {
    font-family: 'Brush Script MT', cursive;
    font-size: x-large;
}

.thelist {
    margin-left: 60px;
}

.backbutton {
    background-color: #2f0061;
    border: none;
    color: #e3e3e3;
    padding: 9px 18px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
  }

.text-center {
    text-align: center;
}