body {
  background: no-repeat url('/images/kikiswallpaper.jpg');
  background-attachment: fixed;
  background-size: cover;
  font-family: 'RainyHearts';
  font-size: 30px;
  cursor: url("/images/mewmew.gif"), auto;
}
.logo{
  position:relative;
  left:320px;
  display:grid
  }
  /*nav*/
nav{
  background-color:rgb(253, 241, 248);
  width:1200px;
  height:2.3em;
  padding:.01em;
   border:solid .2em;
   border-color:rgb(251, 151, 150);
   border-radius: 1em;
  text-align: left;
  position:relative;
  left:870px;
  bottom:180px;
  font-size:90%;
  display:grid
}
.imgnav{
  position:absolute;
  right:0;
  bottom:0
}
 a {
  margin: 1.5em;
  padding: .5em;
}
/*main*/
.left{ 
  display:grid;
  background-color:rgb(253, 241, 248);
  width:250px;
  padding:.5em;
   border:solid .2em;
   border-color:rgb(251, 151, 150);
   border-radius: 1em;
  text-align:center;
  font-size:70%;
  position:relative;
  left:420px;
  bottom:50px
}
.left2{
  display:grid;
  background-color:rgb(253, 241, 248);
  width:250px;
  padding:.5em;
   border:solid .2em;
   border-color:rgb(251, 151, 150);
   border-radius: 1em;
  text-align:center;
  font-size:70%;
  position:relative;
  left:420px;
  bottom:30px
}
@font-face{
    font-family: 'RainyHearts';
    src: url('/fonts/rainyhearts.ttf');
    font-weight: 'normal';
}
/* font rainyhearts taken from https://hoiidaygirl1225.neocities.org/home */