body {
font-family: sans-serif;
}
nav {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 12px;
border-bottom: solid 1px #00000033;
nav img {
width: 40px;
height: auto;
nav ul {
list-style-type: none;
margin: 0;
padding: 0;
nav li a {
padding: 8px;
color: #383c3f;
text-decoration: none;
@media screen and (max-width: 600px) {
flex-direction: column;
nav li {
text-align: center;
nav li a.title {
font-size: 140%;
font-weight: bold;
main div.heading {
font-size: 200%;
main div.hero {
width: 60%;
margin-top: 16px;
margin-bottom: 16px;
margin-left: auto;
margin-right: auto;
border: solid 1px #00000033;
border-radius: 8px;
padding: 16px;
box-shadow: 1px 1px 8px #00000033;
width: 80%;
main div.hero h1 a {
main div.hero p.justify {
text-align: justify;
text-justify: inter-word;
main div.hero ul {
ul.linktree {
padding-left: 8px;
width: 30%;
ul.linktree li {
margin: 12px;
ul.linktree li a { /* Pill button shape */
color: white;
background-color: #4c5053;
border-radius: 50px;
box-shadow: 2px 2px 4px #00000066;
transition-duration: 0.5s;
display: inline-block;
width: 100%;
box-sizing: border-box;
ul.linktree li a:hover {
cursor: pointer;
background-color: #383c3f
div.footer {
border-top: solid 1px #00000033;
div.footer p {