body {
	        background-color:#dbf2ff;
	        transition: background-color 1s;
	        color:black;
	       	font-family: 'Anonymous Pro', monospace;
    	}
    	
img {
          max-width: 50%;
          padding:10px;
}

p {
          
          border-bottom: 2px solid;
          display:block;
          max-width:200px;
          text-align:center;
          font-weight:bold;
          margin-bottom:5px;
}

.more {
          margin:5px;
          padding:5px;
          position:fixed;
            right:0;
            top:0;
          background-color:black;
          color:white;
          width:35%;
          
}
.more img { border: 1px solid white; padding:0; }

.desc {
  color:#b0007e;
  font-style:italic;
  font-size:0.8em;
}
.sub { max-width:50%;
}