body {
    background-image: url("images/catbg.jpg");
     background-repeat: repeat;
     background-position: top; 
        
    font-family: 'Courier New', monospace;
}

h1 {
    text-align: center;
   
    border: thick dotted;
    border-radius: 222px; 
}

h2 {
 text-align: center;
 
}

p {
 text-align: center;
}

div {
 margin: auto;
 padding: auto;
 font-size: 25px;
 font-weight: bold;
 text-align: center; 
 border: thick dotted; 
 border-radius: 222px;
 margin-top: 10px;
 margin-bottom: 50px;
}

img {
 display: block;
 margin: auto;
 
}