body {
    background-color: white;
}
img {
    width:250px;
    height:214px;
}

h2 {
    font-weight:bold;
}
p {
    font-size: 20px;
}
ul {
    max-width: 200px;
    list-style-type: disc !important;
}
li {
    font-size:18px;
    font-weight: bold;
}