

html, body {
    background-image: url(stars.gif); 
    background-repeat: repeat;
    background-position:left, right, left bottom, left top,top right; 
	  height: 100vh;	
	  cursor: url(cursor.png), auto;
}

.intro-img {
  
  display: flex;

      justify-content: center; /* Horizontal center */
      align-items: center;     /* Vertical center*/
      
}

.TV-img {
  
      position: relative;
      left:100px
}

.home-img {
  
  position: absolute;
  top: 0px;
  
}


