* {
    margin: 0;
    padding: 0;
}
.imgbox {
    display: grid;
    height: 100%;
}
.center-fit {
    max-width: 60%;
    max-height: 60vh;
    margin: auto;
    border: 10px solid black;
}
p {
    margin: auto;
    font-style: arial;
    color: wheat;
    font-size: 26px;
}


  body { background-image: URL('background.jpg');

background-position:center;
background-size: 100%;

}



.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: black;
    color: white;
    text-align: center;
  }

.bodyWanted {
    background-image: url('background2.jpg');
    max-width: 100%;
    background-repeat: inherit;
}