#banner {
    font-size: medium;
    color: white;
    text-shadow: 5px 1px 1px #55b0ff;
    font-style: italic;
    text-transform: uppercase;
    background: #ff2800;
    padding: 1em;
    font-family: "PT Serif";
}
.pt-serif-regular {
    font-family: "PT Serif", serif;
    font-weight: 400;
    font-style: normal;
}
h2 {
    color: black;
    text-shadow: none;
    font-size: 17px;
    font-style: normal;
}
.pt-serif-regular {
    font-family: "PT Serif", serif;
    font-weight: 400;
    font-style: normal;
}

h3 {
    font-size: 14px;
    text-transform: lowercase;
    font-style: normal;
}
h1,
h2,
h3,
h4 {
    font-family: "roboto", arial, "Times New Roman";
    font-style: italic;
    clear: both;
}
img {
    max-height: 300px;
}
li {
    list-style: none;
    background: #171717;
}
#stella,
#judd,
#holzer {
    overflow: hidden;
    text-decoration: none;
    border: solid 1px black;
    padding: 15px;
    margin: 15px;
    box-shadow: 5px 5px 5px 5px gray;
    clear: both;
}

a {
    text-decoration: none;
    display: inline-block;
    color: white;
    background: #55b0ff;
    padding: 0.6em;
    border: solid white 1px;
    float: left;
    background: #1f1f1f;
}
a:hover {
    color: aquamarine;
}
footer {
    background: #171717;
}
ul {
  color: black;
}

header {
    background: #4cbaff;
}