<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="//fonts.googleapis.com/css?family=Megrim%7CLato" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&display=swap" rel="stylesheet">
<title>Ali Cedroni</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;}

body {
font-family: 'lato', Arial, sans-serif;
font-size:10px;
background: #f0f0f0 url(https://alicedroni.neocities.org/Pixel%20Forest.png) fixed;
display: flex;
justify-content: center;
letter-spacing:1px;
text-shadow:0px 0px 1px;
color:#82BD7D;
padding: 8px 0;}

textarea {font:9px calibri;letter-spacing:1;color:#999;background:#eee;}
  
a:link,a:visited,a:active {
color: #33b868;
cursor:pointer;
text-decoration: none;}

a:hover {
color: #69ffa5;text-decoration:underline;}

b {font-weight:bold;font-style:normal;}
i {color:#97ED27;font-family:monospace;font-size:9px;font-style:normal;font-weight:bold;text-transform:uppercase;}
u {text-decoration:none;font-style:italic;}

.container {
width: 700px;
max-width: 95%;
background-color: #252b28;
border-radius: 4px;
overflow: hidden;
box-shadow: 0 1px 5px rgba(0,0,0,0.1);
border:1px dashed #97ed27;}

.header {
width: 100%;
height: 220px;
background: url(https://64.media.tumblr.com/c66dec7568e7856955807fb5e2ad06b0/tumblr_n40ecntozv1tpl3ano1_500.gifv) center;
background-size: cover;
background-position: center;
border-bottom: 1px solid #67ab89;
text-align:center;}
  
.sitename {font:23px 'pixelify sans';letter-spacing:3px;text-shadow:1px 1px 2px #000;border-bottom:1px solid #4aa869;padding-top:126px;}

.layout {
display: flex;
flex-wrap: wrap;}

.leftside {
width: 160px;
background-color: #123018;
padding: 5px;
flex-shrink: 0;
border-right:1px solid #29332b;}

.navi {
display: block;
padding: 6px 5px;
border-radius: 3px;
transition: background 0.2s;
background: linear-gradient(145deg, #2a4522, #68d14b);
margin-bottom:4px;
text-transform:uppercase;
font-weight:bold;
letter-spacing:3px;}
  
.navi:hover { background-color: #ddd; }

.sublinks {
display: none;
padding-left: 8px;
margin-top: 0px;
cursor:pointer;}
  
.sublinks a {
display: block;
padding: 4px 0;
color: #499657;
text-decoration: none;}
  
.sublinks a:hover { color: #33b868; }

.rightside { flex: 1; padding: 8px; }

.mainbox {
width: 100%;
background-color: #364d36;
padding: 8px;
text-align: justify;
margin-bottom: 8px;
border-radius: 4px;}
  
.maintitle {
text-transform:uppercase;font-weight:bold;border-bottom:1px solid #ABEBA5;margin-bottom:4px;padding-top:2px;
letter-spacing:3px;font:16px 'ms gothic', courier new, arial;padding-left:5px;}

.grid {
column-count: 3;
column-gap: 8px;}

.box {
background-color: #293829;
border-radius: 4px;
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
margin-bottom: 8px;
text-align:justify;
padding: 4px;
display: inline-block;
width: 100%;}
  
/* Heights 
.box:nth-child(1) { height: 95px; } */
  
.boxleft {
background-color: #293829;
border-radius: 4px;
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
text-align:justify;
margin-top:5px;
padding: 4px;
display: inline-block;
width:100%;}
  
.boxtitle {
text-transform:uppercase;font-weight:bold; border-bottom:1px solid #ABEBA5;margin-bottom:4px;padding-top:0px;
letter-spacing:3px;font:12px 'ms gothic', courier new, arial;padding-left:5px;}

@media (max-width: 800px) { .grid { column-count: 2; } }
@media (max-width: 600px) {
.layout { flex-direction: column; }
.leftside { width: 100%; }
.grid { column-count: 1; }
}
</style>
</head>