 body{
   background: url(/media2/midnightluv1.png);
   background-size: 2450px;
    color:#7780ec;
    font-family: MS PGothic;
    letter-spacing: 1px
}

@font-face{
      font-family: MS PGothic;
}
::selection {
  background:rgba(119, 128, 236, 0.49);
color:white;
}

a{
  color:#7780ec;
  letter-spacing:1px;
}
a:hover{
  color:white;
}

hr{
  color:#be778d;
  border-top:1px solid #7780ec;
  border-left:none;
  border-right:none;
  border-bottom:none;
  width:70%;
}

h1{
  text-transform:uppercase;
  background: linear-gradient(0deg, #7780ec 0%, 
blue 5%, rgba(235,183,194,0) 5%, rgba(249,162,243,0) 100%);
  font-size:1.2em;
  padding:1px;
  padding-left:12px;
  font-weight: bold;
  letter-spacing:2px;
  text-align:left;
}

h2{
  text-transform:uppercase;
background: linear-gradient(90deg, rgba(249,162,243,0) 0%, #7780ec 25%, #7780ec 75%, rgba(249,162,243,0) 100%);
  font-size:1em;
  padding:1px;
  color:white;
  letter-spacing:2px;
}

span{
  font-weight:bold;
}

p{
  text-align:left;
  margin:15px;
}

.body{
 margin: 0 auto;
  width:900px;
  background-image:url("/media2/midnightluv3.png");
  box-shadow: 5px 5px 5px #07072e; 
  background-size:cover;
    border-radius: 15px;
  height:650px;
  margin-top:30px;
}

.layoutimg{
  margin:0 auto;
  width:100%;
  height:auto;
  position:relative;
  z-index:0;
}

.content{
  z-index:1;
  position:relative;
  float:right;
  width:50%;
  valign:top;
  padding:10px;
  height:575px;
  margin-top:30px;
 /*background:rgba(204,129,247,0.5);*/
}

.header{
  padding:5px;
  margin:5px;
  font-size:1em;
    color:#ffffff;
  font-weight:Bold;
  text-shadow: 0 0 5px #7780ec;
  text-align:right;
}

.nav{
  padding:5px;
background: #07072e;

  border-radius:10px;
  margin:5px;
  font-size:.9em;
}
.nav a{
  margin:1px;
  padding:1px;
}

.blog{
  padding:5px;
  background: #07072e;

  border-radius:10px;
  Margin:5px;
  font-size:.9em;
  height:80%;
  overflow: auto;
}

.blog img{
width:auto;
  max-width:80%;
  height:auto;
  margin:3px;

}

.footer{
  text-align:right;
  font-size:.6em;
  padding:0;
  margin:5px;
  color:#ffffff;
}

.footer a{
  color:#7780ec;
  background:none;
}

.icon{
  width:100px;
  height:100px;
  border:1px solid #7780ec;
  float:right;
  padding:1px;
  margin:5px;
}

#gradienttext {
    background: -webkit-linear-gradient(#caa4a1, #7780ec);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

blockquote {
    background-color: var(--accent-color);
    border-radius: 5px;
    padding: 10;
    margin: 10;
}

.padded-img {
	margin: 5px;  
}

.crt::before {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
  z-index: 2;
  background-size: 100% 2px, 3px 100%;
  pointer-events: none;
}

@keyframes flicker {
  0% {
  opacity: 0.12;
  }
  5% {
  opacity: 0.09;
  }
  10% {
  opacity: 0.04;
  }
  15% {
  opacity: 0.05;
  }
  20% {
  opacity: 0.09;
  }
  25% {
  opacity: 0.06;
  }
  30% {
  opacity: 0.05;
  }
  35% {
  opacity: 0.05;
  }
}

.crt::after {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(18, 16, 16, 0.1);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  animation: flicker 0.15s infinite;
}

/* Scrollbar styles */
::-webkit-scrollbar {
width: 12px;
height: 12px;
background: #fcf1f6;
}
::-webkit-scrollbar-track {
   background: #07072e;
border-radius: 0px;
width: 0px;
border: 1px  #be778d;
}
::-webkit-scrollbar-thumb {
background: #4b4ba0;
border: 1px  #be778d;
border-radius: 0px;
}

    @media screen and (max-aspect-ratio:4/3) {
      .body{
        width:400px;
  background-image:url("/media2/midnightluv3.png");
  height:600px;
    margin-top:10px;
      }
      body{
        height:100%;
      }
      .content{
      width:95%;
      height:490px;
          margin-top:75px;
      }
      
      .header{
        background:#07072e;
          border-radius: 10px;
      }
