body {
    text-align: center;
    font-family: 'Arial';
    background-color: lightcoral;
    color: black;
}
img {
	width: 200px;
    border-radius: 10px;
    border: 5px solid darkred;
}
