 

body {
    background: url(/images/Marbled_paper.png) repeat top left fixed;
    background-size: 1200px;
    background-color: #100001;
    font-family: 'EB Garamond', serif;
}

.fuck {
    background: url(/images/Youngs_Night_Thoughts.jpg);
    background-size: 100% auto;
    width: 50vw;
    height: 60vw;
    margin-top: 10%;
    margin-bottom: 10%;
    box-shadow: 0px 0px 10px black;
}

.main {
    background-image: url(/images/window.png);
    background-size: 100% auto;
    box-sizing: content-box;
    width: 53.5%;
    height: 68%;
    position: relative;
    right: 11%;
    top: 12%;
}

nav{
  z-index: 99;
  background-image: url(/images/paper.jpg);
  position: relative;
  padding: 10px;
  height: 100%;
  width: 120px;
}

.navlink{
  background-color: white;
  display: block;
  padding: 5px;
  margin: 8px 5px 8px;
}
	