         /* img-responsive*/
         .img-responsive {
         display: block;
         max-width: 100%;
         height: auto;
         margin: auto;
         }
		 
         /* Background Image */
         body {
         background-image: url('/nothing/image/windows_98_clouds.jpg');
         background-repeat: no-repeat;
         background-attachment: fixed;
         background-size: cover;
         }

	     titletext {
         text-align: center;
         color: #FFF;
         font-size: 36px;
         font-family: "Calibri", "Arial", "Times New Roman", "Courier New", monospace;
         font-weight: bold;
         border-radius: 10px;
		 background-color: rgba(121, 171, 234, 0.6);
         }
		 

		newyear {
		text-align: center;
		color: #ffffff;
		font-size: 40px;
		font-family: "Calibri", "Arial", "Times New Roman", "Courier New", monospace;
		border-radius: 10px;
		background-color: rgba(121, 171, 234, 0.6);
		}
