
body {
background-image: url('Texture_purple_020.gif');
  height: 200vh;
  width: auto;

}
.textbox {
  max-width: 60%;
  max-height: 40%;
  text-align: center;
   background-color: rgba(8, 6, 39, 0.4);
   color: LightSlateGrey;
   text-shadow: 1px 1px 1px darkred;
   padding-block: 1.5%;
   border-radius: 20rem;
   
}




.photonu
{    position: relative;
    left: 1.5%;
    max-width: 30%;
  background-color: rgba(0, 0, 0,0.4);
  border: 1px  black;
  padding: 1%;
  filter:contrast(120%) brightness(70%);
  margin-block: 4%;
  }





.move
{display: inline-block;
width: 50%;
  padding: 20px;
margin-left: 6%;
  
}