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

h1 {
    text-align: center;
    letter-spacing: .45px;
    border: thick dotted;
    border-radius: 222px; 
    margin: auto;
    margin-top: 20px;
}

div {
    height: 100px;
    width: 600px;
    padding: 20px;
    margin: auto;
    margin-top: 35px;
    margin-bottom: 20px;
    border: double 13px;
    text-align: center;
}



img {
 display: block;
 height: 450px;
 margin: auto;
 margin-top: 20px;
 border: 13px double;
 }

.center{
    margin-left:auto;
    margin-right: auto;
    width: 75%;
    
}

table{
    width: 75%; 
    align-content: center;
}


.longnicki {
    height:160px;
    margin-top: 20px; 
    margin-bottom: 20px; 
}


.longxmas {
    height:125px;
    margin-top: 20px; 
    margin-bottom: 20px;
    
}

