body{
    font-family: "Verdana", serif;
    background-color: white;
    margin: 0 auto;
    width: 640px;
    border: 3px solid blue;
    padding: 1em;
}

h1{
    color: blue;
    text-align: center;
    height: 208px;
    margin:.25em 0;
}

h1 img{
    border-radius: 30px;
}

div{
    margin-bottom: 1em;
}

span{
    color: red;
    font-size: .8em;
}

fieldset{
    border: 3px solid gray;
    margin: 1em;
    text-align: center;
}

.messages{
    border: 3px solid red;
    color: red;
    padding: 2em;
    margin-bottom: 2em;
}

#image_list{
    list-style-type: none;
    display: none;
}