﻿body {
    margin: 0;
    padding: 0;
    background-color: orangered;
    background-image: url(americanflag.jpg)
}

h1 {
    margin: 0;
    text-align: center;
    color: aliceblue
}

table {
    margin: auto;
    align-content: center;
}

td {
    border: 1px solid black;
    background-color: aliceblue;
}

#btnSubmit {
    font-size: 18px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.button-div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
}

form1 {
    background-image: url(Pictures/americanflag.jpg)
}

div {
    border: 2px solid black;
    border-color: brown;
    background-color: aliceblue;
    font-size: medium;
    text-align: center;
}

h3 {
    align-content: center;
    text-align: center
}

h2 {
    align-content: center;
    text-align: center
}
