.error {
    border: 1px solid red !important;
    outline: red !important;
    box-shadow: 0px 0px 5px red !important;
}

h1 {
    color: white;
    text-align: center;
    font-size: 54px;
}

body {
    margin: auto;
    width: 50%;
    padding: 10px;
    justify-content: center;
    align-items: center;
    background-image: url("https://www.cs.csubak.edu/~gtorres/3680/lab1/bg.png")
}

div {
    font-family:"Comic Sans MS", "Arial", sans-serif;
    text-align: center;
    color: rgb(255, 255, 255);
    border: 2px solid;
    margin: auto;
    width: 50%;
    padding: 10px;
    background-color: rgba(37, 37, 37, 0.438);
    border-color: rgba(255, 255, 255, 0.089);
}

form {
    margin: auto;
    width: 50%;
    padding: 10px;
}

input {
    color: white;
    margin: auto;
    padding: 10px;
    background-color: #959595;
    border-color: #c3c3c3;
}

input[type=submit] {
    box-sizing: border-box;
    border: solid 5px #959595;
    border-top-color: #fff;
    border-left-color: #fff;
    width: 10vw;
    height: 60px;
    display: inline-block;
    background-color: #c3c3c3;
    box-shadow: 0 0 0 1px rgba(0,0,0,.75);
    font-size: 13px;
    color: #000;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 0 3px 0;
}

input[type="text"] {
    width: 10vw;
}

textarea {
    display: flex;
    width: 100%;
    color: white;
    background-color: #959595;
    border-color: #c3c3c3;
}