img {
    width: 200px;
}
body {
    text-align: center;
    font-family: 'Arial' ;
    background: black ;
    color: white ; 
}
h1 {
    color: rgb(140, 21, 21);
}