@font-face {
  font-family: Luminari;
  src: url(/fonts/Luminari.otf);
}
@font-face {
  font-family: RobotoSlab;
  src: url(/fonts/RobotoSlab-Regular.ttf);
}
@font-face {
  font-family: GenJyuu;
  src: url(/fonts/GenJyuuGothic.ttf);
}
body {
  background-image: url('/home-graphics/cosmos.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  font-family: RobotoSlab, GenJyuu;
  font-size: 15px;
  line-height:1.2;
  color:#e76dbb;
}
h3 {
  text-align:center;
  font-family: Luminari;
  font-size: 20px;
}
h4 {
  font-family: Luminari;
  font-size: 18px;
  margin-bottom:15px;
}
h5 {
  text-align:center;
  font-family: Luminari;
}
code {
  font-size:12px;
}
a {
  color:#e76dbb;  
}
a:visited {
  color:#e76dbb;  
}


.rinlencontainer {
  position:fixed;
  top: 50%;
  transform: translateY(-50%);  
  width:250px;
  margin:10px;
}
.rinlen {
  width:250px;
  height:250px;
  background-color:white;
  border:3px solid #ffddf6;
  border-radius:10px;
  margin:25px 0px 35px 0px;
}
.rinlenimg {
  height:250px;
  filter: drop-shadow(3px -3px 5px #bab4e0);
}


.container {
  margin:10px;
  display:grid;
  grid-template-columns:minmax(910px, 2fr) minmax(300px, 1fr);
} 

.bodydiv {
  margin:25px;
  width:850px;
  background-color:white;
  outline:3px solid #ffddf6;
  border-radius:5px;
  }

.one {
  height:200px;
  display:flex;
  flex-direction:row;
  }

.two {
  height:300px;
  display:flex;
  flex-direction:row;
  }

.three {
  height:230px;
  display:flex;
  flex-direction:row;
  }

.four {
  height:325px;
  display:flex;
  flex-direction:row;
  }

.five {
  height:175px;
  display:flex;
  flex-direction:row;
  }

.bar {
  height:20px;
  line-height:20px;
  background-image: url('/home-graphics/bar.png');
  font-size:12px;
  text-align:center;
  }
  
.comma {
  width:200px;
  }

.header {
  width:650px;
  }

.info {
  width:500px;
  padding:25px;
  padding-top:10px;
  overflow:auto;
  }

.nav {
  width:300px;
  background-color:#eeffff;
  outline:4px solid white; 
  outline-offset:-4px;
  overflow:auto;
  }
  
  .navgif {
    width:200px;
    margin-bottom:10px;
    margin-left:50px;
    transition:0.3s ease;
    filter: drop-shadow(3px 3px 5px #bab4e0);
  }
  .navgif:hover {
    transform:scale(1.02);
    }

.decidel8r {
  width:325px;
  outline:10px solid white;
  outline-offset:-10px;
  background-color: #ffedfa;
  }

.aotm {
  width:295px;
  padding:15px;
  padding-top:0;
  background-image: url('/home-graphics/poetry-paper-2.png');
  background-size:cover;
  font-size:14px;
  overflow:auto;
  }
  
  .album {
    width: 135px;
    float:left;
    margin-right:15px;
    filter: brightness(1.1);
    }

.calendar {
  width:200px;
  }

.comments {
  width:350px;
  outline:3px solid #ffddf6;
  outline-offset:-3px;
  }

.poetry {
  width:310px;
  background-image: url('/home-graphics/poetry-paper-2.png');
  background-size:cover;
  padding-left:20px;
  padding-right:20px;
  overflow:auto;
  font-size:14px;
  }

.friends {
  width:150px;
  background-image: url('/home-graphics/lace.png');
  }

.linkin {
  width:392px;
  background-color:white;
  border:4px solid #eeffff;
  padding-top:10px;
  }

.linkout {
  width:442px;
  background-color:#eeffff;
  border:4px solid white;
  font-size:14px;
  padding-top:10px;
  }
  
  .buttons {
    float:left;
    margin:15px;
    filter: drop-shadow(3px 3px 5px #bab4e0);
    transition: 0.3s ease;
  }
  .buttons:hover {
    transform:scale(1.03);
    }
  
  .mybutton {
  float:left;
  margin-left:35px;
  margin-top:15px;
  filter: drop-shadow(3px 3px 5px #bab4e0);
  }