    <style> 

    h1 {
  color: white;
font-family:"Courier New", monospace;}

 body {
  color: white;
  background-color:  black;
  background-size: cover
   font-family: "Courier New", monospace;
  font-size: 16px;
  line-height:1.1;
  overflow: hidden;
}


button{
 border: 1px solid transparent;
 background-color: transparent;
 color: white;
 width: 70px;
 

}



.text{
  color:white;
    display: inline-block;
    margin:4px;
  }
  
  .text:hover{
  color:white;
    display: inline-block;
    text-decoration: underline;
  }
  
  hr{border-color:white;}
  
  ul {
  
  list-style-type: square;
 margin: -20px  ;

}

.littol{font-family: "Courier New", monospace;
	font-size:15px;
    	color:white;	line-height:0.3;
}
      .big{font-family:"Courier New", monospace;
	font-size:21px;
    	color:white;	line-height:0.3;
}
      .bigger{font-family:"Courier New", monospace;
	font-size:27px;
    	color:white;	line-height:0.3;
}

        .image-container {
            width: 208px;
            height: 210px;
            position: relative;
            overflow: hidden;
        }
 
        .image-container::before {
            content: url(
'https://64.media.tumblr.com/ccdaa43c56490c5531b2193db6e448ca/37c2826900f86a86-61/s250x400/a008b71b877257a55862864bae2561d2d452aacf.pnj');
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            transition: opacity 0.3s ease-in-out;
        }
 
        .image-container:hover::before {
            content: url(
'https://64.media.tumblr.com/ddbb4d879ffb11fd9b73bc0b7ab18678/37c2826900f86a86-ef/s250x400/4a8cfcc9b74bdb4f7e1c9296d6dc094c5b11d844.pnj');
        }