@font-face {
  font-family: "mali";
  src: url(/style/fonts/Mali-Regular.ttf);
}

body {
  background-color: rgb(255, 144, 144);
  color: rgb(255, 255, 255);
  font-family: Verdana;
  text-align: center;
  background-image: url("/style/graphics/d2w3i37-fac58894-b689-490a-9e7d-3cef988ffbf7.jpg");
  background-repeat: repeat;
  margin: 0px;
  cursor: url('/style/graphics/tumblr_m2wivg9oxq1qfamg6540.gif'), progress;
  font-family: "mali";
  
}

a:link {
  color: rgb(255, 110, 183);
}

a:hover {
  color: rgb(148, 46, 97);
}

a:visited {
  color: rgb(255, 77, 166);
}


.flexcontent{
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-wrap: nowrap;
}

.content{
  text-align: center;
  color: rgb(221, 90, 134);
  flex-grow: 1;
  border-width: 100px;
  border-style: solid;
  border-image-source: url("/style/graphics/tumblr_llxrg05p7r1qkvalqo1_250.png");
  border-image-repeat: round;
  border-image-slice: 25%;
}

img.rounded {
  object-fit: cover;
  border-radius: 50%;
}


.posts{
  border-image-source: url("/style/graphics/fram2.png");
  border-image-repeat: round;
  border-image-slice: 20%;
  border-style: solid;
  border-width: 75px;
  background-image: url("/style/graphics/paper.jpg");
  background-repeat: repeat;
  min-width: 500px;
  max-width: 1100px;
  padding: 20px;

  margin-top:25px;
  display: flex;
  flex-wrap: wrap;
}

.post{
  margin: auto;
  margin-bottom: 50px;
}

.postL{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  width: 40%;
  text-align: left;
  }
.seperatorimg{
    margin: auto;
    display: block;
    }
.postC{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  width: 40%;
  text-align: center;
  }
.postR{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  width: 40%;
  text-align: right;
  }

.sidebar{
  height:inherit;
  width:350px;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(255, 148, 148);
  background-color: rgb(243, 201, 201);
}
.menu{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.menubutton{
  background-image: url("/style/graphics/button.png");
  background-repeat: no-repeat;
  background-size:cover;
  display: block;
  padding-top: 55px;
  padding-left: 30px;
  text-align: center;
  width: 90px;
  height: 65px;
  transition: 0.3s;
}

.menubutton:hover{
  rotate: 15deg;
  transition: 0.3s;
}

.guestbook iframe{
   border-width: 2px;
  border-style: solid;
  border-color: rgb(255, 148, 148);
}

.sidebarcontent{
  text-align: center;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;

}


.sidebar div{
  padding:10px;
}

.picframe{
  position: relative;
  margin-left: 20%;
  width: 400px;
  height: 400px;
}
.framepic{
  width: 90%;
  margin: auto;
}
.frameframe{
  position: absolute;
  top: -45px;
  right: 0px;
  width: 100%;
  margin: auto;
}
.frameframe2{
  position: absolute;
  top: -60px;
  right: -65px;
  width: 125%;
  margin: auto;
}
.frameframe3{
  position: absolute;
  top: -60px;
  right: -60px;
  width: 120%;
  margin: auto;
}