
html {
    background-color:rgb(255, 188, 126) ;
}

h1, h2 {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
table {
    background-color: cornsilk;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
}

li {
    text-align: left;
}

td, th {
    border: 2px solid black;
    padding: 10px;
}

img {
    width: 250px;
    height: 150px;
    max-width: 100%;
    max-height: 100%;
}

#image {
    width: 250px;
}

#description {
    width: 450px;
}

#name {
    width: 100px;
}


