h1 {
    text-align: center;
    color: white;
    font-family: Comic Sans MS;
    
}

body {
    background-color: #333;
    color: whitesmoke;
    font-family: Comic Sans MS;
}

h2 {
    color: white;
    font-family: Comic Sans MS;
    text-decoration: underline;
}

h3 {
    color: white;
    font-family: Comic Sans MS;
}

p {
    color: white;
    font-family: Comic Sans MS;
}

ol {
    color: white;
    font-family: Comic Sans MS;
}

.wrap {
    width: 100%;
}

img {
    max-width:50%;
    height:auto;
    margin-left:auto;
    margin-right:auto;
    display:block;
}

table, th, td {
    border: 1px solid;
    text-align: center;
    vertical-align: auto;
    padding: 5px;
}

input {
    height: auto;
    width: auto;
    color: white;
    vertical-align: auto;
    
}

form {
    color: white;
}

