

body {
  background-color: black;
}

h1 {
  color: #ff3374;
  text-align: center;
  margin-top: 150px;
}

p {
  font-family: verdana;
  font-size: 20px;
  text-align: center;
  color: #4eff33;
}

img
{
    display: block;
      margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 220px; left: 160px;
  float: left;
  transform: rotate(-30deg);
  
}


.borderDiv {
  border: 2px solid;
  border-image-source: url('https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/71d67e23-33a4-4296-b1e2-146c1a2eb2d7/dexnk7i-e2f5ebee-0f44-4424-abce-bb6063edf9b9.png/v1/fill/w_1024,h_768/retro_monitor_crt_4_3_by_diegoba_dexnk7i-fullview.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7ImhlaWdodCI6Ijw9NzY4IiwicGF0aCI6IlwvZlwvNzFkNjdlMjMtMzNhNC00Mjk2LWIxZTItMTQ2YzFhMmViMmQ3XC9kZXhuazdpLWUyZjVlYmVlLTBmNDQtNDQyNC1hYmNlLWJiNjA2M2VkZjliOS5wbmciLCJ3aWR0aCI6Ijw9MTAyNCJ9XV0sImF1ZCI6WyJ1cm46c2VydmljZTppbWFnZS5vcGVyYXRpb25zIl19.N2sydS2bvzdhXN9jG13gM8wGFnvxzFDuyQUCXhVUZpw');
  border-image-slice: 180;
  border-image-width: 20;
  border-image-outset: 9;
  border-image-repeat: round;

  /* you don't really need this stuff it's just so the demo looks good */
  height:230px;
  width:200px;
  padding:20px;
}


.main {
  
  max-width: 500px;
  background-color: transparent;
  padding: 15px;
  margin-top: 100px;
  overflow: scroll;
  margin-left: 100px;
  border-style: solid;
  border-width: 2px;
  border-color: red;
  color: #4eff33;
  text-align: center;
  font-size: 15px;
  font-family: verdana;
  
}


#marqueethingy {
  text-align: center;
  color: red;
  font-size: 15px;
  padding-top: 175px
}

#img2 {
  
  display:block;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 80px; right: -350px;
  
}
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
}
.crt {
  animation: textShadow 1.6s infinite;
}