body {
    background-color: black;
    color: white;
    font-family: Arial, sans-serif;
}

img {
    max-width: 25%;
    max-height: auto;
}
header {
    background-color: rgb(43, 41, 41);
    padding: 10px 0;
}
nav {
    text-align: center;
}
nav a {
    text-decoration: none;
    color: white;
    margin: 0 20px;
}
.content {
    padding: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    text-align: center;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    font-size: 25px;
}
footer {
    background-color: rgb(43, 41, 41);
    padding: 10px 0;
    position: relative; 
    margin-top: 50px;
    width: 99%;
    margin: auto;
}

#emailContent {
    border: 1px solid black;
    font-size: 12px;
    width: auto;
    height: auto;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
}

.results {
    padding: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    text-align: left;
}

h1 {
    font-size: 150px;
    color: #b45f06;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
    font-family: 'Trebuchet MS', sans-serif;
}
h2 {
    font-size: 24px;
    color: #b45f06;
    text-align: center;
    margin-top: 5px;
    font-family: 'Trebuchet MS', sans-serif;
}
h3 {
    font-size: 20px;
    color: #b45f06;
    text-align: center;
    margin-top: 20px;
    font-family: 'Trebuchet MS', sans-serif;
}
h4 {
    font-size: 8px;
    color: #bab6b6;
    text-align: center;
    margin-top: 20px;
    font-family: 'Trebuchet MS', sans-serif;
}