body{
  padding: 0px;
}
body{
	font-family: "Courier";
	;
}
body{
  background-color: dimgrey ;
.maintext{
    border: 0px solid #333; /* Adds a solid border */
    padding: 20px; /* Adds space between text and border */
    background-color: darkgrey; /* Sets a light gray background */
    width: 600px; /* Sets a fixed width for the box */
    margin: -5px auto; /* Centers the box horizontally */
    text-align: center; /* Centers the text horizontally */
   
}
.title{
  border: 0px solid #333; /* Adds a solid border */
    padding: 20px; /* Adds space between text and border */
    background-color: darkgrey; /* Sets a light gray background */
    width: 600px; /* Sets a fixed width for the box */
    margin: 0px auto; /* Centers the box horizontally */
    text-align: center; /* Centers the text horizontally */
}
.image{
  text-align: center;
}