body {
  background-color: black;
  text-align: justify;
  font-size: 15px;
  letter-spacing: 1.5px;
  color: white;
  text-shadow: 2px 1.5px 2px black;
}

div {
  display: block;
  unicode-bidi: isolate;
}
/* font */
.lavishly-yours-regular {
  font-family: "Lavishly Yours", cursive;
  font-weight: 400;
  font-style: normal;
}

h1 {
   font-family: "Lavishly Yours", cursive;
   font-size: 100px;
   color: #FAF9F6;
   text-shadow: 1px 3px 5px black;
}

/*SCROLLBAR*/
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
/*::-webkit-scrollbar-track {
  background: rgb(242,240,239); 
}
*/
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: darkgrey; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/* LINKS */
a:link {
  color: red;
  text-decoration: none;
}

a:visited {
  color: blue;
  text-decoration: line-through;
}

a:hover {
  color: hotpink;
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-shadow: 0 0 5px hotpink;
}

a:active {
  color: green;
}

::selection {
    background: rgb(122, 104, 127);
    color: white;
    text-shadow: 0 0 5px white;
}

#blurb{
  background-image: url(https://i.pinimg.com/1200x/34/7d/a6/347da6a40be18e07c9f5ff0c58be3ae7.jpg);
  width: 550px;
  height: 500px;
  top: 150px;
  padding: 20px;
  left: 400px;
  position: absolute;
  /* background-color: black; */
  border: grey;
  border-style: solid;
  border-radius: 5px;
}

#text1{
  position: absolute;
  padding: 5px;
  left: 110px;
}

#text2{
  position: absolute;
  padding: 5px;
  left: 55px;
  top: 100px;
  width: 350px;
  height: 250px;
 /* border: solid; */
 overflow: auto;
}

#name {
  top: 3px;
  left: 800px;
  position: absolute;
}

#me {
  position: absolute; 
  right: 325px; 
  top: 200px;
  width: 200px;
}