/* font style */
   @import url('https://fonts.googleapis.com/css2?family=Jersey+10&display=swap');
   @import url('https://fonts.googleapis.com/css2?family=Jacquard+24&display=swap');

.jacquard-24-regular {
  font-family: "Jacquard 24", system-ui;
  font-weight: 400;
  font-style: normal;
}
.jersey-10-regular {
  font-family: "Jersey 10", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* end of font style */

/*link colors*/

/* unvisited link */
a:link {
  color: #fff;
}

/* visited link */
a:visited {
  color: #ffcf17;
}

/* mouse over link */
a:hover {
  color: hotpink;
}

/* selected link */
a:active {
  color: blue;
}
/* end of link colors */

body {
background-color: black;
color: #e6f8d8;
font-family: 'hoefler text';
}

.deco {
position:absolute;
left:0px;
top:0px;
width: 100%;
height: 50px;
background: url('https://sadhost.neocities.org/images/tiles/L4.gif') repeat;
padding: 5px;
}

.sidebar-left {
width: 260px;
min-height: 700px;
border: inset 1px;
padding: 15px 25px 15px 25px;
background: url('https://sadhost.neocities.org/images/tiles/bck-grid.gif') repeat;
position: absolute;
left: 0px;
top: 30px;
}
.title {
font-family: impact;
text-align: center;
font-size: 20px;
}
.subtitle {
}
.profile {
border: inset 1px;
border-top: solid 10px;
}
.profile-desc {
padding: 10px;
}
.menu {
font-family: impact;
text-align: center;
background: #000;
}

.post-list {
display: list;
}
.site-container {
  border: dashed 1px;
  margin-top: 30px;
}
/* flexing divs */
.flex-container {
  display: flex;
  flex-direction: row;
}
.main {
width: 900px;
height: 900px;
position: absolute;
left: 320px;
top: 60px;
padding: 10px;
border: outset 1px;
}
iframe {
width: 800px;
height: 800px;
border: inset 1px;
background-color: #000;
}
ul {
  list-style-image: url('https://forestcake.carrd.co/assets/images/gallery36/1d6c0320.gif?v=f4645532');
  list-style-type: circle;  
}
h2,
h3,
h4,
h1 {
font-family: 'Jacquard 24';
}
h1 {
border-bottom: dashed 1px;
}