/*omg are you inspecting my source code ( ꈍᴗꈍ)
 * */
body {
  /*background-color: #1e1e1e;*/
  background-image: url("https://aseraph.neocities.org/img/heartgif.gif"); 
  background-size: 25%;

  /* background-image: url("https://aseraph.neocities.org/img/a7.png"); */
  /*background-image: url("https://aseraph.neocities.org/img/brilloverde-purp.gif");*/
  color: #cabd8c;
  font-family: "Delius", cursive;
}
.main-content{
  margin-left: 10%;
  margin-right: 10%;
}
.flex-imgs{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin-left: 2%;
	margin-right: 2%;
	border: 10px outset #934362;	
}
.stamps{
	height:221px;
}
.header{
  margin-left: 33%;
  margin-right: 33%;
  background-color: #1e1e1e;
  border-radius: 10%;
}
h1{
  font-size: 50px; 
  text-align: center;
}
.nav{
  border: dotted #1e1e1e 5px;
  background-color: #501133;
  margin-bottom: 5px;
  text-align: center;
  word-spacing: 10px;
  font-size: 22px;
  margin-left: 35%;
  margin-right: 35%;
  margin-bottom: 25px;
}
.blink-container{
  border: dashed #1e1e1e 5px;
  background-color: #501133;
  display: flex; 
  /* margin-left: 10%;
  margin-right:10%; */
  padding: 10px;
  align-items: center; 
  justify-content: center;
  flex-wrap: wrap;
  overflow-y: auto;
  overflow-x: hidden;
}
.blinkies{
  width:200px;
  height:30px;
}

h2{
  margin-left: 10%;
}
p, li{
  padding:10px;
  /*background: linear-gradient(to left,  #1e1e1e, #7A2367, #1e1e1e);*/
  /*background-repeat: no-repeat;*/
  background-image: url("https://aseraph.neocities.org/img/brilloverde-purp.gif");
  background-attachment: fixed;
  border-style: outset;
  border-color:  #1e1e1e;
  /*border-color: #a7d0de;*/
  border-radius: 10px;
}
p {
  padding: 1%;
  border-width: 5px;
  /* margin-left: 10%;
  margin-right: 10%; */
  font-size: 22px;
  text-align: justify;
}


li{
  border-width: 0px;
  width: 40%;
  margin-left: 10%;
}
a:link{ color: red; }
a:visited{ color: red; }
a:hover{ color: white; }

.flex-shrine{
    /* border: 8px solid black; */
    /* max-width:90%; */
    /* margin-left: 5%;
    margin-right: 5%; */
    display:flex;
    /* flex-wrap: wrap; */
    align-items: flex-start;
}
.left-flex{
    /* border: 8px solid green;  */
       align-items: end;
}
.right-flex{
    /* border: 8px solid green;  */
    justify-content: right;
    display: flex;
    flex-direction: column;
    align-items: end;

}
.hard-pic{
	border: 10px groove #934362;
  height: 442px;
  width:442px;
  margin-bottom: 8px;
}
.hard-profile-pic{
  border:10px groove #871905;
  width:442px
}
.pic{
    align-self:flex-end;
}
.pcontent, .pabout-me{
    border: 8px dashed #1e1e1e;
    margin-left: 8%;
    margin-right: 8%;
    margin-top: 0%;
}
.pcontentdiv{
    justify-content: right;
}
.pshrine {
    padding: 0px;
    margin:0px;
    margin-left: 0%;
    width:100%;
    max-width: 478px;
}
.list-heart{
  list-style: url('https://aseraph.neocities.org/img/heartani.gif');
}

.flex{
  display: flex;
  align-items: start;
}

