@import url('https://fonts.googleapis.com/css2?family=Major+Mono+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Xanh+Mono&display=swap');
body {
font-family: 'Xanh Mono', serif;
background: #083ea7;
color: #f1c3b8;
}
h1 {
font-family: 'Major Mono Display', sans-serif;
color: #f1c3b8;
}
p {
font-size: 12px;
text-align: center;
}
p:last-child { margin-bottom: 0; }
blocks {
background: #ff000048;
}
.text, img {
border-radius: 10px;
}
.text {
font-size: 20px;
padding: 1em;
text-align: center;
}
.image {
margin-left: auto;
margin-right: auto;
width: 500px;
}
img {
width: 500px;
}
load-more, #loading {
margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
font-size: initial;
font-family: 'Montagu Slab';
padding: 1em;
border-radius: 0;
background: white;
border: 1px solid rgb(219, 219, 219);
}
load-more:hover {
border-radius: 0;
background: #A1F5E4;
}
figure {
display: flex;
justify-content: center;
align-items: center;
margin-top: 30px;
margin-left: 30px;
margin-right: 30px;
}
a {
font-family: 'Major Mono Display';
color: #f1c3b8;
font-size: 25px
}
a:hover {
color: #fbeccf;
}