body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
    color: #222;
    line-height: 1.7;
    margin: 0;
    display: flex;
    justify-content: center;
}

main {
    width: 100%;
    max-width: 720px;
    padding: 40px 20px;
}

h1, h2, h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: normal;
    font-style: italic;
}

h2 {
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 40px;
    padding-bottom: 5px;
}

header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

header img {
    height: 100px;
    margin-right: 20px;
}

header h1 {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0;
}

a {
    color: #666;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

a:hover {
    color: #000;
    background-color: #eee;
}

sup a {
    font-size: 0.7rem;
}

[id^="note"] {
    font-size: 0.9rem;
}

.header-link {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.header-link:hover {
    background-color: transparent; 
}

.gallery {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 50px;
}

.movie-group {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.movie-group a, 
.movie-group a:hover, 
.movie-group a:focus {
	background: none !important;
}

.movie-group img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    display: block;
}

.movie-title {
	text-align: center;
    font-style: italic;
    margin-top: 5px;
    width: 100%;
}

.sphere {
  display: block;
  margin: 2rem auto;
  width: 30px;
  height: auto;
  opacity: 0.9;
}

.article-date {
    display: block;
    font-size: 0.85rem;
    font-style: italic;
    color: #777;
    margin-top: -0.5rem;
    margin-bottom: 1.5rem;
}

.antispam { 
	display: none;
}
