img {
    width: 200px;
}
body {
       text-align: center;
       font-family: 'Arial';
       background: rgb(0, 255, 255);
       color: purple;

}
