
/* CSS BY ISADORA RESTUM @ https://restum.neocities.org */


/* GENERAL */
body {
margin: 0;
background:#ffffff; 
overflow-x: hidden;
font-family:'PT Mono';
color:#222222;
font-size:18px;
line-height:30px;
}

/* ICONS MENU */
.nav {background: #000000; position: fixed; top: 0px; height: 100%; overflow: hidden; align-content: center; padding-left: 20px; padding-right: 20px;}
.nav a {display: block; text-decoration: none;}
.ph {display: flex; font-size: 30px; color: #FFFFFF; line-height: 70px;}
.ph:hover {color: #FFFF00;}

/* TITLES */

h1 {
font-family:'Nunito Sans';
color:#000000;
font-weight:800;
font-size:26px;
}


/* LINKS */

a {
font-family:'PT Mono';
color:#222222;
font-size:12px;
line-height:26px;
padding-bottom:20px;
overflow:auto;
}
 
a:hover {
color:#eeeeee;
}


/* IMAGES */
 
.image1 {
position:absolute;
height:500px;
width:333px;
right:600px;
top:300px;
z-index: 70;
}
 
.image2 {
position:absolute;
height:333px;
width:500px;
right:200px;
top:150px;
z-index: 50;
}


/* BLOG TITLES */
 
.maintitle1 {
position: absolute;
width: 300px;
left: 150px;
top: 100px;
font-family: 'Nunito Sans';
color: #000000;
font-weight: 900;
font-size: 30px;
z-index: 95;
}
 
.maintitle2 a {
position: absolute;
width: 700px;
height: 200px;
left: 180px;
top: 160px;
font-family: 'Nunito Sans';
color: #000000;
font-weight: 900;
font-size: 100px;
line-height: 75px;
z-index: 96;
}
 
 /* MENU */

.menu {
position:absolute;
width:450px;
height:auto;
right:250px;
top:350px;
font-family:'PT Mono';
color:#222222;
font-size:20px;
line-height:30px;
z-index:99;
background: #FFFFFF;
border-top: 3px solid black;
border-right: 3px solid black;
border-bottom: 3px solid black;
border-left: 3px solid black;
padding: 20px;
}
 
.menu a {
font-family:'PT Mono';
color:#222222;
font-size:18px;
line-height:26px;
padding-bottom:20px;
overflow:auto;
}
 
.menu a:hover {
color:#eeeeee;
}
 

/* POST */

.post {
position: absolute;
width: 800px;
height: auto;
left: 100px;
top: 350px;
font-family: 'PT Mono';
text-align: justify;
color: #222222;
font-size: 12px;
line-height: 20px;
z-index: 99;
}


ol {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  padding-left: 50px;
}