blocks{
width:100%;
margin:auto;
margin-top:40px;
}
img{
max-width:100%;
}
h1, {
font-family: 'Charter',serif;
font-weight:400;
text-align: center;
}
h2,h3,h4,h5,code{
font-family: "Menlo", monospace;
font-weight:400;
text-align: center;
}
p,li{
font-family: 'Charter',serif;
font-family: italic;
font-size: 17px;
line-height: 26px;
text-align: center;
}
a {
font-family: 'Charter',serif;
font-family: italic;
font-size: 17px;
line-height: 26px;
text-align: center;
text-decoration-line: none;
color: seagreen;
}
a: hover {
font-family: 'Charter',serif;
font-family: italic;
font-size: 17px;
line-height: 26px;
text-align: center;
color: lightseagreen;
}
blocks div{
margin-bottom:50px;
border-bottom: rgba(0,0,0,0.5) 1px solid;
padding-bottom: 20px;
text-align: center;
}
body{
margin:140px;
}
load-more{
width: 100%;
margin: 0;
height: 60px;
background: white;
border: 0;
border-top: 1px solid black;
font-size: 15px;
font-family: "Menlo", monospace;
-webkit-font-smoothing: none;
}
load-more:hover{
color:white;
background-color:black;
}