body {
    background-color: black;
}

.picture {
    width: 100%;
    text-align: center;
    padding-top: 5rem;
}

header {
    position: fixed;
    width: 100%;
    height: 3rem;
    display: inline-block;
}

header h4 {
    float: left;
    margin: 1rem 2rem;
}

.wrapper header {
    background-color: orangered;
    top: 0;
}

header nav li {
    float: right;
    margin-right: 2rem;
    Margin-bottom: 1px;
}

.quote {
    color: white;
    text-align: center;
}

table {
    text-align: center;
    width: 100%;
}

.table table tr td {
    color: white;
    margin: auto;
    text-align: center;
}

.table table tr{
    padding-top: 1 rem;
}

.table a {
    color: red;
}

.introduction {
    margin: auto;
    width: 1000px;
    font-size: 1.5rem;
}

.introduction p {
    color: white;
    margin: auto;
    text-align: center;
    margin-bottom: 2rem;
}

.table .weeklycomic img {
    height: 260px;
    width: 200px;
}

.table table tr td img {
    height: 260px;
    width: 200px;

}

footer {
    width: 100%;
    background-color: orangered;
    display: inline-block;
}

footer nav ul li {
    width: 125px;
    margin: auto;
}

footer h4 {
    text-align: center;
}

footer h3{
    text-align: center;
}

.counter {
    text-align: center;
    padding-bottom: 2rem;
}
