body {
    color: white;
    background: black;
    max-width: 800px;
    margin: 0 auto;
    font-size: 16px;
    padding: 10px;
}

h4 a {
    text-decoration: none;
}

@media (max-width:1000px)  {
    body {
	font-size: 90%;
    }
    img {
	max-width: 260px;
    }
}

video {
    max-width: 100%;
}

a:link {
    color: cyan;
    text-decoration: none;
}

a:visited {
    color: violet;
    text-decoration: none;
}

a:hover {
    font-style: italic;
}

.pagination {
    display: flex;
    justify-content: space-between;
}
