img { 
    width: 200px;
}

body {
    text-align: center;
    font-family:Georgia, 'Times New Roman', Times, serif;
    background: plum;
    
}

h1, p{
    color: purple;
}