body {
        background-image: url(../img/white.png);
}
p {
        font-family: Arial, Helvetica, sans-serif 2em;
        text-align: left;
        color: #0f2440; 
        font-weight: bold;
        font-size: 20px;
}
.box {
   background-image: url(../img/hvac.jpeg);
   padding: 200px; 150px;
   margin: 25px;
   background-size: inherit;
   background-repeat: no-repeat;
   background-position: center;
   font-family: Arial, Helvetica, sans-serif;
}
.Information {
        text-align: center;
}
.Information-Contact {
        color: #0f2440;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
}
h1 {
        text-align: center;
        color: #0f2440;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 80px;
}
h2 {
        text-align: center;
        color: #fc1c1c;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 50px;
}
h3 {
        text-align: center;
        color: #0f2440;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 50px;
}
h4 {
        text-align: right;
        color: white;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 30px;
}
h5 {
        text-align: center;
        color: #0f2440;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
}
table {
        color: black;
        width: 90%;
        border: 6px solid #0f2440;
        border-spacing: 10px;
        border-collapse: collapse;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
}
caption {
        caption-side: top;
        color: #fc1c1c;
        font-family: Arial, Helvetica, sans-serif 2.5em;
        font-weight: bold;
}
th, td {
        background-color: #1d4f91;
        color: white;
        padding: 15px;
        border: 5px solid #fc1c1c;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15px;
} 
.center {
        margin-left: auto;
        margin-right: auto;
}
.container {
        position: right;
        color: white;
        text-align: right;
        background-color: #1d4f91;
        padding: 10px 5px 15px 20px;
        width: 700px;
        border: 5px solid #fc1c1c;
        margin: auto;
        font-family: Arial, Helvetica, sans-serif;
}
th {
        color: white;
        background-color: #0f2440;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 30px;
}
tr:hover td {
        background-color: #2b75d6;
}
td:nth-child(even) {
        background-color: #1d4f91;
}
input[type=text], select, textarea {
        width: 50%; 
        padding: 12px; 
        border: 10x solid #1d4f91; 
        border-radius: 4px; 
        box-sizing: border-box; 
        margin-top: 6px; 
        margin-bottom: 16px; 
        resize: vertical; 
        font-family: Arial, Helvetica, sans-serif;
}
input[type=submit] {
        background-color: #0f2440;
        color: white;
        padding: 12px 20px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-family: Arial, Helvetica, sans-serif;
}
input[type=reset] {
        background-color: #0f2440;
        color: white;
        padding: 12px 20px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-family: Arial, Helvetica, sans-serif;
}
footer {  position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: #0f2440;
        color: white;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
}
.column {
        width: 20%;
        padding: 5px;
        margin: auto;
}
.row::after {
        content: "";
        clear: both;
        display: table;
}
a:hover {
        color: black;
        background-color: white;
        text-decoration: underline; 
        font-family: Arial, Helvetica, sans-serif;
}