* img {
    max-width: 300px;
    max-height: 500px;
}

* p {
    margin-right: 100px;
    margin-right: 1000px;
}

* {
    align-items: center;
    background-color: lightgoldenrodyellow;
}


#center {
     width: 100%;     
  margin: 0 auto; }