body {
    background-color: black;
}

.wrapper header {
    background-color: orangered;
}

header {
    position: fixed;
    display: inline-block;
    width: 100%;
    top: 0;
}

header h4 {
    float: left;
}

header nav ul li{
    float: right;
    margin-right: 2rem;
    margin-bottom: 0rem;
}

.introduction {
    width: 500px;
    margin: auto;
    text-align: center;
}

.introduction h2 {
    color: white;
    padding-top: 5.5rem;
    font-size: 3rem;
}

p {
    color: white;
}

.newcomictable table tr td img {
    height: 260px;
    width: 200px;
    transition: transform .2s;
}

.newcomictable table {
    color: white;
    width: 300px;
    margin: auto;
    text-align: center;
}

.newcomictable table tr td {
    padding: 2rem;
}

.newcomictable table tr td img:hover{
    transform: scale(1.25);
}
.newcomictable table tr {
    padding-top: 2rem;
}

footer {
    width: 100%;
    background-color: orangered;
    display: inline-block;
}

footer nav ul li {
    width: 100px;
    margin: auto;
}

footer h4 {
    text-align: center;
}

footer h3{
    text-align: center;
}

.counter {
    text-align: center;
    padding-bottom: 2rem;
}