body {
  margin: 0;
  }
  
/*Everything goes inside here.*/
.wrapper {
  width: 900px;
  margin: 0 auto;
  }
  
.sidebar-img, .footer, .title, .links, .box {
  margin-top: 25px;
  }
  
.title, .links, .footer {
  text-align: center;
  }
  
/*Navigation links.*/
.links ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  }
  
.links li {
  display: inline-block;
  }

/*Some fancy code for fun, to add special characters around the navigation links. Change content to "" if you don't want these.*/
.links li:before {
  content: "";
  }
  
.links li:after {
  content: "";
  }
  
.links .last:after {
  content: "";
  }
  
.links li:before, .links li:after {
  letter-spacing: 0.1em;
  }
  
/*Basic box code that is used for all content boxes on the page.*/
.box {
  border: 1px solid black;
  }
  
/*Goes inside the box class. Not given any style by default, but can be used for stuff like fancy borders.*/
.inner {
  
  }
  
/*Prevent image overflow.*/
.box img, .sidebar img {
  max-width: 100%;
  height: auto;
  }
  
/*Wrapper for the sidebar.*/
.sidebar {
  width: 200px;
  float: left;
  }
  
/*Container for the sidebar image.*/
.sidebar-image {
  border: 1px solid black;
  }
  
/*Remove extra padding line at the bottom of the image.*/
.sidebar-image img {
  display: block;
  }
  
/*This is where the title, navbar, and main content all go.*/
.main-wrapper {
  }
  
/*Two columns by default. The "single-column" class can be added to make it one column.*/
.main {
  columns: 2;
  column-gap: 25px;
  }
  
/*Make sure boxes don't spread over multiple columns.*/
.main .box {
  display: inline-block;
  }
  
.single-column {
  columns: 1;
  }
  

  
  
  
@media (orientation: portrait) {
  .wrapper {
    width: 100%;
    }
  
  .main-wrapper, .sidebar, .footer {
    margin: 0 auto;
    width: 90%;
    }
  
  .sidebar {
    float: none;
    display: block;
    }

  .sidebar-image {
    margin: 0 auto;
    width: 33%;
    margin-top:25px;
    }

  .sidebar .sidebar-image img {
    width: 100%;
    }
    
  .footer {
    margin-bottom: 25px;
    }
  
  }
@font-face {
src: url(https://dl.dropbox.com/scl/fi/aw7yywn8m40js2hxfrkax/Orwell.ttf?rlkey=lzq00x1mjq9s9vv5glnri2vxg&);
font-family: Orwell ;
}
 
#Orwell {
font-family: 'Orwell';
  font-size: 30px;
}
@font-face {
src: url(https://dl.dropbox.com/s/howypjfoyk68ekf/zai_Smith-CoronaGalaxieTypewriter.otf?st=tcqbeavb&);
font-family: Smithcorona;
}
 #Smithcorona {
font-family: 'Smithcorona';
}
.first {
 font-family: 'Orwell';
  font-size: 20px;
}
.second {
  font-family: 'Punk';
  font-size: 100px;
}
.third {
  font-family: 'Smithcorona';
  font-size: 13px;
}
div.homemain {
	top: 0%;
	margin: auto;
	border: 4px white;
	padding: 10px;
	padding-left: 40px;
	padding-right: 40px;
	border-radius: 10px;
	max-width: 400px;
	background-image: url(https://mametzwood.neocities.org/assets/backgrounds/olga-thelavart-vS3idIiYxX0-unsplash.jpg);
	color: black;
     height: auto;
   overflow-wrap: break-word;
   overflow: auto;
 height: 250px;
   position: relative;
} 
a:link {
  color: black;
}
 body {
      background-image: url("https://mametzwood.neocities.org/assets/christinasworld.jpg");
      background-size: cover;
      background-repeat: repeat;
    }

    @font-face {
      src: url(https://dl.dropbox.com/scl/fi/8szpi0nfrn8rsih2pc139/PUNKBABE-TRIAL.ttf?rlkey=kpmcg0uqohn1fwbbgswk8ifom&);
      font-family: Punk;
    }

    #Punk {
      font-family: 'Punk';
      font-size: 100px;
    }

    @font-face {
      src: url(https://dl.dropbox.com/scl/fi/ku8iwqhjzvraziqi62azm/zai_OlivettiLettera22Typewriter.ttf?rlkey=z0bhx6g8e41ym54akwsm4fc7d&);
      font-family: Olivetti;
    }

    #Olivetti {
      font-family: 'Olivetti';
      font-size: 25px;
    }

    @font-face {
      src: url(https://dl.dropbox.com/scl/fi/78b2dhvra6x7ck7i27442/zai_JanuszowskiCharacter1594v2.ttf?rlkey=l5ja2pje3pzb2cplmtv7m99j9);
      font-family: Januszowski;
    }

    #Januszowski {
      font-family: 'Januszowski';
      font-size: 25px;
    }

    .lines {
      position: fixed;
      left: 0;
      top: 0;
      width: 100vw;
      height: 100vh;
      pointer-events: none;
      z-index: 300;
      opacity: 0.05;
    }

    .lines:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      pointer-events: none;
      background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, .5) 51%);
      background-size: 100% 4px;
      will-change: background, background-size;
      animation: scanlines 0.2s linear infinite;
    }

    @keyframes scanlines {
      from {
        background: linear-gradient(to bottom, transparent 10%, rgba(0, 0, 0, .5) 51%);
        background-size: 100% 4px;
      }

      to {
        background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 50%, transparent 51%);
        background-size: 100% 4px;
      }
    }
#parent {
  position: relative;
}
#child1 {
  position: absolute;
  bottom: 0px;
  top: 25%;
  left: 34%;
  z-index: 10;
}
#child2 {
  position: absolute;
  bottom: 0px;
  top: 15%;
 left: 57%;
}