body {
    max-width: 900px;
    margin: 20px auto;
    text-align: center;
    background-color: black;
    color: white;
}

#gifs img {
    max-width: 150px;
    max-height: 150px;
}

.last-update {
    font-size: 0.6em;
    font-style: italic;
}

/****************/
/* KILL COUNTER */
/****************/

.kill-counter,
.defend {
    border: 1px solid white;
    background-color: black;
    max-width: 250px;
    padding: 5px;
}

.kill-counter {
    position: fixed;
    bottom: 0px;
    right: 0px;
    max-width: 250px;
    margin: 5px;
}

.defend {
    left: 10px;
    max-width: 200px;
    margin: 0 auto;
}

.total-kills {
    margin: 5px 0px;
    font-size: 1.2em;
}

.kill-counter details {
    margin: 5px 0px;
}

.kill-counter summary {
    margin: 5px 0px;
    text-decoration: underline;
    font-weight: bold;
}

.kill-counter li {
    margin: 2px 0px;
}

.animal-kill-counter span {
    font-weight: bold;
}

.sealife {
    font-size: 0.8em;
}

.kill-source {
    display: block;
    font-size: 0.8em;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.hide {
    margin: 5px 0px;
    border: 2px outset;
}

.button-hidden {
    color: white;
    background-color: black;
    border: 1px solid white;
    padding: 5px;
    position: fixed;
    bottom: 10;
    right: 10;
}

.fading-out {
    opacity: 0;
    transition: 2s
}

/***************/
/* ANIMAL LIFE */
/***************/

.dominion {
    margin: 50px 0px 10px 0px;
}

#animal-life {
    margin: 100px 0px;
}

#animal-life ul {
    margin-bottom: 50px;
}

h1 {
    font-size: 1.5em;
    font-style: italic;
    text-decoration: underline;
    margin-bottom: 10px;
    color: rgb(255, 114, 114);
}

li {
    margin: 10px 0px;
}

.cows, .chickens {
    text-align: left;
}

.pigs {
    text-align: right;
}

.last-li {
    font-weight: bold;
    text-decoration: underline;
}

.machine {
    list-style-type: circle;
    text-align: left;
    color: rgb(185, 185, 185);
}

.machine li {
    font-size: 1rem;
}

.people span {
    display: block;
    margin: 10px 0px;
}

/*************/
/* ARGUMENTS */
/*************/

h2 {
    font-size: 1.2em;
    margin: 10px;
}

#arguments {
    margin-top: 80px;
}

.arguments-header span {
    display: block;
    font-size: 1.8em;
}

.argument {
    margin: 30px 0px;
}

.bigarg {
    font-weight: bold;
}

.smallarg {
    margin-top: 5px;
}

a:not(.sidebar a) {
    text-decoration: underline;
    color: cyan;
}

/******************/
/******************/
/***** MOBILE *****/
/******************/
/******************/

@media (max-width: 600px) {

    body {
        margin: 10px 10px 250px 10px;
    }

    #gifs img {
        height: 70px;
    }

    .kill-counter {
        max-width: 100%;
    }
}