
/* 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:12px;
line-height:20px;
}

/* 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:16px;
}


/* 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;
left:300px;
top:300px;
z-index: 90;
}
 
.image2 {
position:absolute;
height:333px;
width:500px;
left:600px;
top:130px;
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 {
position: absolute;
width: 500px;
height: 200px;
left: 180px;
top: 160px;
font-family: 'Nunito Sans';
color: #000000;
font-weight: 900;
font-size: 100px;
line-height: 75px;
z-index: 96;
}
 

/* SIDEBAR */

.sidebar {
position:absolute;
width:210px;
height:auto;
left:1160px;
top:130px;
font-family:'PT Mono';
color:#222222;
font-size:12px;
line-height:20px;
z-index:99;
}


/* POST */

.post {
position: absolute;
width: 420px;
height: auto;
left: 680px;
top: 510px;
font-family: 'PT Mono';
text-align: justify;
color: #222222;
font-size: 12px;
line-height: 20px;
z-index: 99;
}
