body {
  height: 150%;
  width: auto;
  background-image: url('etherealnu.png');
    background-size: 600px, 900px;
    
}

h2 {
  font-family: elsie;
  background-image: linear-gradient(rgb(6, 93, 147), rgb(186, 175, 123));
    color: transparent;
    background-clip: text;
text-shadow: none;
}



 .flex
 {  display: flex;
 flex-wrap:wrap;
}

  
.photo
{
  display: flex;
    position: absolute;
    align-self: flex-start;
    left: 3.5%;
  height: 80%;
  background-color: rgba(100, 100, 100,0.2);
  border: 1px inset;
  padding: 0.3%;

  }
 
 
 
.box {
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  height:auto;
  background-color: rgba(0, 0, 0,0.4);
  text-align: center;

}

.box p
{
  color: rgb(81, 123, 148);
  text-shadow: 2px 2px 5px rgb(166, 75, 139);
  padding: 3px;
  
}

.highlight {
    background-color: rgba(20, 20, 20,0.4);
    padding-left: 1%;
    padding-right: 1%;

}

.move
{
  float: right;
width: 60%;
margin-right: 5%;
}

.move2
{
  float: left;
width: 60%;
margin-left: 5%;
margin-right: 0px;
padding-right: 0px;
}


.move3
{float: left;
width: 60%;
}




.blinks
{background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
right: 5%;
color: rgb(166, 75, 139);
width: 10%;
}

.blinks p
{text-shadow: 1px 1px 1px rgb(81, 123, 148);
  padding: 1px;
  margin: auto;
  text-align: center;
  
}

.dhigh {
   background-color: rgba(21, 29, 60, 0.5);
    padding-left: 1%;
    padding-right: 1%;
}

.pretty
{
  position: absolute;
  left: 70% ;
top: 70%;}


.pretty2
{
  position: absolute;
  right: 90% ;
bottom: 95%;}


@font-face{
  font-family: "elsie";
  src: url("https://cornyoffthecob.neocities.org/Elsie-Regular.otf") format("opentype");
}




.photo2
{
  display: flex;
    position: absolute;
    align-self: flex-start;
    left: 3.5%;
  height: 100%;
  background-color: rgba(100, 100, 100,0.2);
  border: 1px inset;
  padding: 0.3%;

  }
 
 
 
.box2 {
  align-self: center;
  margin-left: auto;
  margin-right: 30%;
  width: 30%;
  height:auto;
  background-color: rgba(0, 0, 0,0.4);
  text-align: center;

}

