body {
background: gray;
text-align: center;
font-size: 2vmin;
width: 100%;
margin: auto;
line-height: 1.5;
padding: 1rem 0.5rem;
font-family: "Authentic Sans", monospace;
-webkit-font-smoothing: none;
}
blocks {
}
p{
font-family: serif;
color: azure;
font-size: 2.5vmin;
line-height: 1.2;
width: 90%;
margin: auto;
padding: 0.5rem 0.5rem;
text-align: justify;
}
h1 {
font-family: serif;
color: azure;
font-size: 3vmin;
line-height: 1.2;
width: 60%;
margin: auto;
padding: 1rem 0.5rem;
text-align: justify;
}
h2 {
font-family: serif;
color: azure;
font-size: 5vmin;
line-height: 1.2;
width: 90%;
margin: auto;
padding: 1rem 0.5rem;
text-align: justify;
}
h3 {
font-family: serif;
color: azure;
font-size: 5vmin;
line-height: 1.2; width: 90%;
margin: auto;
padding: 1rem 0.5rem;
text-align: justify;
text-decoration: bold;
}
/* unvisited link */
a:link {
color: blue;
}
/* visited link */
a:visited {
color: rgb(102, 51, 0);
}
/* mouse over link */
a:hover {
color: rgb(0, 255, 0);
}
/* selected link */
a:active {
color: dark-blue;
}
img {
max-width: 50em; width:90%;
height: auto;
padding: 1rem;
}
load-more{
width: 100%;
margin: 0;
height: 60px;
background: blue;
border: 0;
border-top: 1px white;
font-size: 15px;
color: white;
font-family: "Menlo", monospace;
-webkit-font-smoothing: none;
}